mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
@@ -128,9 +128,9 @@ class EditorView extends View
|
||||
'core:delete': => @editor.delete()
|
||||
'core:undo': => @editor.undo()
|
||||
'core:redo': => @editor.redo()
|
||||
'core:cut': => @editor.cutSelection()
|
||||
'core:copy': => @editor.copySelection()
|
||||
'core:paste': => @editor.paste()
|
||||
'core:cut': => @editor.cutSelectedText()
|
||||
'core:copy': => @editor.copySelectedText()
|
||||
'core:paste': => @editor.pasteText()
|
||||
'editor:move-to-previous-word': => @editor.moveCursorToPreviousWord()
|
||||
'editor:select-word': => @editor.selectWord()
|
||||
'editor:consolidate-selections': (event) => @consolidateSelections(event)
|
||||
|
||||
Reference in New Issue
Block a user