Skip to content

Instantly share code, notes, and snippets.

@Chandler
Created June 15, 2013 00:10
Show Gist options
  • Save Chandler/5786195 to your computer and use it in GitHub Desktop.
Save Chandler/5786195 to your computer and use it in GitHub Desktop.
#config
config defaultToCurrentScreen true
config nudgePercentOf screenSize
config resizePercentOf screenSize
#resize
bind right:ctrl push right bar-resize:screenSizeX/2
bind left:ctrl push left bar-resize:screenSizeX/2
bind up:ctrl push up bar-resize:screenSizeY/2
bind down:ctrl push down bar-resize:screenSizeY/2
bind up:ctrl;alt push up bar-resize:screenSizeY
bind =:ctrl corner top-right resize:screenSizeX/2;screenSizeY/2
bind -:ctrl corner top-left resize:screenSizeX/2;screenSizeY/2
bind [:ctrl corner bottom-left resize:screenSizeX/2;screenSizeY/2
bind ]:ctrl corner bottom-right resize:screenSizeX/2;screenSizeY/2
#throw
bind left:ctrl;alt throw left resize
bind right:ctrl;alt throw right resize
#hint
bind h:cmd hint asdfjkl;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment