mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
meta-} goes to next buffer
This commit is contained in:
@@ -30,4 +30,5 @@ window.keymap.bindKeys '.editor',
|
||||
'alt-meta-up': 'split-up'
|
||||
'alt-meta-down': 'split-down'
|
||||
'meta-[': 'outdent-selected-rows'
|
||||
'meta-]': 'indent-selected-rows'
|
||||
'meta-]': 'indent-selected-rows'
|
||||
'meta-}': 'show-next-buffer'
|
||||
Reference in New Issue
Block a user