Bind core:cut to native action

Using same pattern as the others
This commit is contained in:
Nicklas Gummesson
2015-06-11 23:10:26 +02:00
parent 9ab57884e8
commit 51dcc84fce

View File

@@ -127,6 +127,7 @@ class WindowEventHandler
bindCommandToAction('core:undo', 'undo:')
bindCommandToAction('core:redo', 'redo:')
bindCommandToAction('core:select-all', 'selectAll:')
bindCommandToAction('core:cut', 'cut:')
onKeydown: (event) ->
atom.keymaps.handleKeyboardEvent(event)