Merge pull request #2173 from Locke23rus/issue-1791

💄 Deprecate backspaceToBeginningOf{Word,Line}
This commit is contained in:
Corey Johnson
2014-05-16 15:13:44 -07:00
10 changed files with 52 additions and 32 deletions

View File

@@ -65,7 +65,7 @@
'ctrl-right': 'editor:move-to-end-of-word'
'ctrl-shift-left': 'editor:select-to-beginning-of-word'
'ctrl-shift-right': 'editor:select-to-end-of-word'
'ctrl-backspace': 'editor:backspace-to-beginning-of-word'
'ctrl-backspace': 'editor:delete-to-beginning-of-word'
'ctrl-delete': 'editor:delete-to-end-of-word'
'ctrl-home': 'core:move-to-top'
'ctrl-end': 'core:move-to-bottom'