🐧 Add keymap implementation to reorder tabs in linux

This commit is contained in:
Ardeshir Javaherchi
2014-11-08 15:03:36 -08:00
committed by Ben Ogle
parent 3462d99675
commit ff80545285
3 changed files with 16 additions and 0 deletions

View File

@@ -12,6 +12,8 @@
'ctrl-alt-s': 'application:run-all-specs'
'ctrl-alt-o': 'application:open-dev'
'ctrl-shift-o': 'application:open-folder'
'ctrl-shift-pageup': 'pane:move-item-to-left'
'ctrl-shift-pagedown': 'pane:move-item-to-right'
'F11': 'window:toggle-full-screen'
# Sublime Parity