Merge pull request #2176 from Locke23rus/more-naitive-linux-keymaps

🐧 Fix #2166 Add commands for ctrl-home and ctrl-end.
Esse commit está contido em:
Corey Johnson
2014-05-13 17:18:30 -07:00
+2
Ver Arquivo
@@ -67,6 +67,8 @@
'ctrl-shift-right': 'editor:select-to-end-of-word'
'ctrl-backspace': 'editor:backspace-to-beginning-of-word'
'ctrl-delete': 'editor:delete-to-end-of-word'
'ctrl-home': 'core:move-to-top'
'ctrl-end': 'core:move-to-bottom'
# Sublime Parity
'ctrl-a': 'core:select-all'