Created
April 19, 2013 17:54
-
-
Save Chandler/5421993 to your computer and use it in GitHub Desktop.
slate
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
# This is the default .slate file. | |
# If no ~/.slate file exists this is the file that will be used. | |
#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