Skip to content

Commit

Permalink
Add tab-moving key bindings for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
benogle committed Nov 10, 2014
1 parent 1247e40 commit e21cc17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions keymaps/win32.cson
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e21cc17

Please sign in to comment.