mirror of
https://github.com/atom/atom.git
synced 2026-02-08 13:45:09 -05:00
Move cut, copy, and paste into "core:"
This commit is contained in:
@@ -110,9 +110,9 @@ class Editor extends View
|
||||
'core:delete': @delete
|
||||
'core:undo': @undo
|
||||
'core:redo': @redo
|
||||
'cut': @cutSelection
|
||||
'copy': @copySelection
|
||||
'paste': @paste
|
||||
'core:cut': @cutSelection
|
||||
'core:copy': @copySelection
|
||||
'core:paste': @paste
|
||||
'move-to-next-word': @moveCursorToNextWord
|
||||
'move-to-previous-word': @moveCursorToPreviousWord
|
||||
'select-word': @selectWord
|
||||
|
||||
Reference in New Issue
Block a user