Skip to content

Commit

Permalink
Half-screen for arrow keys
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew McCullough committed Dec 22, 2012
1 parent 7f16dfd commit c09c4cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions slate
Expand Up @@ -12,8 +12,8 @@ bind e:cmd;alt;ctrl;shift ${showHintsLeftHand}
#bind up:ctrl;alt nudge +0 -10%
#bind down:ctrl;alt nudge +0 +10%

bind right:cmd;alt;ctrl;shift push right bar-resize:screenSizeX/3
bind left:cmd;alt;ctrl;shift push left bar-resize:screenSizeX/3
bind right:cmd;alt;ctrl;shift push right bar-resize:screenSizeX/2
bind left:cmd;alt;ctrl;shift push left bar-resize:screenSizeX/2
bind up:cmd;alt;ctrl;shift push up bar-resize:screenSizeY/2
bind down:cmd;alt;ctrl;shift push down bar-resize:screenSizeY/2

Expand Down

0 comments on commit c09c4cf

Please sign in to comment.