Bind add selection commands to alt-shift-up/down

This commit is contained in:
Nathan Sobo
2013-04-05 14:14:11 -06:00
parent abc5ed5190
commit 987f80aeb3

View File

@@ -9,8 +9,8 @@
'ctrl-]': 'editor:unfold-current-row'
'ctrl-{': 'editor:fold-all'
'ctrl-}': 'editor:unfold-all'
'ctrl-shift-down': 'editor:add-selection-below'
'ctrl-shift-up': 'editor:add-selection-above'
'alt-shift-down': 'editor:add-selection-below'
'alt-shift-up': 'editor:add-selection-above'
'alt-meta-ctrl-f': 'editor:fold-selection'
'shift-tab': 'editor:outdent-selected-rows'
'meta-[': 'editor:outdent-selected-rows'