Skip to content

Commit

Permalink
Add tab-moving key bindings for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
benogle committed Nov 10, 2014
1 parent 6159209 commit 1247e40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions keymaps/darwin.cson
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
'ctrl-alt-cmd-l': 'window:reload'
'alt-cmd-i': 'window:toggle-dev-tools'
'cmd-alt-ctrl-p': 'window:run-package-specs'
'ctrl-shift-left': 'pane:move-item-left'
'ctrl-shift-right': 'pane:move-item-right'

# Sublime Parity
'cmd-,': 'application:show-settings'
Expand Down

0 comments on commit 1247e40

Please sign in to comment.