Skip to content

Commit

Permalink
Add more sublime parity keybindings
Browse files Browse the repository at this point in the history
  • Loading branch information
MScottBlake committed May 9, 2014
1 parent 0d190d2 commit 3d68bdf
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 @@ -65,6 +65,8 @@
'cmd-}': 'pane:show-next-item'
'cmd-alt-left': 'pane:show-previous-item'
'cmd-alt-right': 'pane:show-next-item'
'ctrl-tab': 'pane:show-next-item'
'ctrl-shift-tab': 'pane:show-previous-item'
'cmd-=': 'window:increase-font-size'
'cmd-+': 'window:increase-font-size'
'cmd--': 'window:decrease-font-size'
Expand Down

0 comments on commit 3d68bdf

Please sign in to comment.