mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Add ability to move through select list and 'event-palette:cancel' event
This commit is contained in:
@@ -93,8 +93,6 @@ class Editor extends View
|
||||
editorBindings =
|
||||
'move-right': @moveCursorRight
|
||||
'move-left': @moveCursorLeft
|
||||
'move-down': @moveCursorDown
|
||||
'move-up': @moveCursorUp
|
||||
'move-to-next-word': @moveCursorToNextWord
|
||||
'move-to-previous-word': @moveCursorToPreviousWord
|
||||
'select-right': @selectRight
|
||||
@@ -136,6 +134,8 @@ class Editor extends View
|
||||
|
||||
unless @mini
|
||||
_.extend editorBindings,
|
||||
'move-down': @moveCursorDown
|
||||
'move-up': @moveCursorUp
|
||||
'save': @save
|
||||
'newline-below': @insertNewlineBelow
|
||||
'toggle-soft-wrap': @toggleSoftWrap
|
||||
|
||||
Reference in New Issue
Block a user