mirror of
https://github.com/atom/atom.git
synced 2026-02-05 04:05:05 -05:00
Change split-view bindings to avoid confusion w/ tab-switching
Now you can use the vim-style `ctrl-w *` bindings, or use `ctrl-|` and `ctrl--`, which resemble horizontal and vertical splits as characters.
This commit is contained in:
committed by
Kevin Sawicki & Nathan Sobo
parent
ef4449d1ed
commit
a300337557
@@ -14,10 +14,10 @@
|
||||
'ctrl-{': 'editor:fold-all'
|
||||
'ctrl-}': 'editor:unfold-all'
|
||||
'alt-meta-ctrl-f': 'editor:fold-selection'
|
||||
'alt-meta-left': 'editor:split-left'
|
||||
'alt-meta-right': 'editor:split-right'
|
||||
'alt-meta-up': 'editor:split-up'
|
||||
'alt-meta-down': 'editor:split-down'
|
||||
'ctrl-|': 'editor:split-right'
|
||||
'ctrl-w v': 'editor:split-right'
|
||||
'ctrl--': 'editor:split-down'
|
||||
'ctrl-w s': 'editor:split-down'
|
||||
'shift-tab': 'editor:outdent-selected-rows'
|
||||
'meta-[': 'editor:outdent-selected-rows'
|
||||
'meta-]': 'editor:indent-selected-rows'
|
||||
|
||||
Reference in New Issue
Block a user