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:
Nathan Sobo
2013-02-14 13:52:43 -07:00
committed by Kevin Sawicki & Nathan Sobo
parent a300337557
commit 69da0bb2aa

View File

@@ -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'