Add tab-moving key bindings for windows

This commit is contained in:
Ben Ogle
2014-11-10 13:31:18 -08:00
parent 1247e40e88
commit e21cc17a7b

View File

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