🐧 Add keybindings for select-to-top/bottom

ctrl-shift-home/end are now mapped

Closes #2251
This commit is contained in:
Kevin Sawicki 2014-05-16 10:05:00 -07:00
parent b0e91f8b33
commit 5e2181e665

View File

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