Add ctrl-home and ctrl-end Win32 bindings

This commit is contained in:
James Sconfitto
2014-05-11 23:03:18 -04:00
parent 7cdaaf2f78
commit 5e7cbbf506

View File

@@ -65,6 +65,8 @@
'ctrl-shift-right': 'editor:select-to-end-of-word'
'ctrl-backspace': 'editor:backspace-to-beginning-of-word'
'ctrl-delete': 'editor:backspace-to-beginning-of-word'
'ctrl-home': 'core:move-to-top'
'ctrl-end': 'core:move-to-bottom'
# Sublime Parity
'ctrl-a': 'core:select-all'