mirror of
https://github.com/atom/atom.git
synced 2026-02-14 16:45:14 -05:00
Add alt-meta-left and alt-meta-right bindings for tab switching
These are common bindings for switching tabs. Before we used them to split views, but this is a more expected behavior.
This commit is contained in:
committed by
Kevin Sawicki & Nathan Sobo
parent
a300337557
commit
69da0bb2aa
@@ -23,6 +23,8 @@
|
||||
'meta-]': 'editor:indent-selected-rows'
|
||||
'meta-{': 'editor:show-previous-buffer'
|
||||
'meta-}': 'editor:show-next-buffer'
|
||||
'alt-meta-left': 'editor:show-previous-buffer'
|
||||
'alt-meta-right': 'editor:show-next-buffer'
|
||||
'meta-1': 'editor:show-buffer-1'
|
||||
'meta-2': 'editor:show-buffer-2'
|
||||
'meta-3': 'editor:show-buffer-3'
|
||||
|
||||
Reference in New Issue
Block a user