mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Add keymap for 'ctrl-tab ^ctrl' in order to move item to top of stack when lifting ctrl.
This commit is contained in:
@@ -47,6 +47,7 @@
|
||||
'backspace': 'core:backspace'
|
||||
'shift-backspace': 'core:backspace'
|
||||
'ctrl-tab': 'pane:show-next-recently-used-item'
|
||||
'ctrl-tab ^ctrl': 'pane:move-item-to-top-of-stack'
|
||||
'ctrl-shift-tab': 'pane:show-previous-item'
|
||||
'ctrl-pageup': 'pane:show-previous-item'
|
||||
'ctrl-pagedown': 'pane:show-next-item'
|
||||
|
||||
Reference in New Issue
Block a user