Add activatePreviousRecentlyUsedItem to pane model and add specs.

This commit is contained in:
natalieogle
2016-02-27 20:41:25 -08:00
parent f7de9052d6
commit 420a8d8692
6 changed files with 29 additions and 18 deletions

View File

@@ -48,7 +48,8 @@
'shift-backspace': 'core:backspace'
'ctrl-tab': 'pane:show-next-recently-used-item'
'ctrl-tab ^ctrl': 'pane:move-active-item-to-top-of-stack'
'ctrl-shift-tab': 'pane:show-previous-item'
'ctrl-shift-tab': 'pane:show-previous-recently-used-item'
'ctrl-shift-tab ^ctrl': 'pane:move-active-item-to-top-of-stack'
'ctrl-pageup': 'pane:show-previous-item'
'ctrl-pagedown': 'pane:show-next-item'
'ctrl-up': 'core:move-up'