mirror of
https://github.com/atom/atom.git
synced 2026-02-08 13:45:09 -05:00
Make meta-# bindings work with new panes
This commit is contained in:
committed by
probablycorey
parent
f23d9091f2
commit
d97e91bdcb
@@ -16,15 +16,6 @@
|
||||
'shift-tab': 'editor:outdent-selected-rows'
|
||||
'meta-[': 'editor:outdent-selected-rows'
|
||||
'meta-]': 'editor:indent-selected-rows'
|
||||
'meta-1': 'editor:show-buffer-1'
|
||||
'meta-2': 'editor:show-buffer-2'
|
||||
'meta-3': 'editor:show-buffer-3'
|
||||
'meta-4': 'editor:show-buffer-4'
|
||||
'meta-5': 'editor:show-buffer-5'
|
||||
'meta-6': 'editor:show-buffer-6'
|
||||
'meta-7': 'editor:show-buffer-7'
|
||||
'meta-8': 'editor:show-buffer-8'
|
||||
'meta-9': 'editor:show-buffer-9'
|
||||
'meta-/': 'editor:toggle-line-comments'
|
||||
'ctrl-W': 'editor:select-word'
|
||||
'meta-alt-p': 'editor:log-cursor-scope'
|
||||
|
||||
Reference in New Issue
Block a user