Add keymap for 'ctrl-tab ^ctrl' in order to move item to top of stack when lifting ctrl.

This commit is contained in:
natalieogle
2016-02-16 20:28:58 -08:00
parent 3641cc0296
commit 69a6b9e5c5
5 changed files with 5 additions and 1 deletions

View File

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