From 51dcc84fce92eee37cef6047ce438443178cfe21 Mon Sep 17 00:00:00 2001 From: Nicklas Gummesson Date: Thu, 11 Jun 2015 23:10:26 +0200 Subject: [PATCH] Bind core:cut to native action Using same pattern as the others --- src/window-event-handler.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/src/window-event-handler.coffee b/src/window-event-handler.coffee index 3b9d54b96..ea0eb2e03 100644 --- a/src/window-event-handler.coffee +++ b/src/window-event-handler.coffee @@ -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)