Created
June 15, 2013 00:10
-
-
Save Chandler/5786195 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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