Last active
December 16, 2015 05:09
-
-
Save leekiernan/5382215 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
# This is the default .slate file. | |
# If no ~/.slate file exists this is the file that will be used. | |
config defaultToCurrentScreen true | |
config nudgePercentOf screenSize | |
config resizePercentOf screenSize | |
# Push Bindings | |
bind right:ctrl;cmd;shift push right bar-resize:screenSizeX/3 | |
bind left:ctrl;cmd;shift push left bar-resize:screenSizeX/3 | |
bind right:ctrl;cmd push right bar-resize:screenSizeX/2 | |
bind left:ctrl;cmd push left bar-resize:screenSizeX/2 | |
bind up:ctrl;cmd push up bar-resize:screenSizeY/2 | |
bind down:ctrl;cmd push down bar-resize:screenSizeY/2 | |
bind left:ctrl;alt corner top-left resize:screenSizeX/2;screenSizeY/2 | |
bind up:ctrl;alt corner top-right resize:screenSizeX/2;screenSizeY/2 | |
bind right:ctrl;alt corner bottom-right resize:screenSizeX/2;screenSizeY/2 | |
bind down:ctrl;alt corner bottom-left resize:screenSizeX/2;screenSizeY/2 | |
bind left:ctrl;alt;shift corner top-left resize:screenSizeX/4;screenSizeY/2 | |
bind up:ctrl;alt;shift corner top-right resize:screenSizeX/4;screenSizeY/2 | |
bind right:ctrl;alt;shift corner bottom-right resize:screenSizeX/4;screenSizeY/2 | |
bind down:ctrl;alt;shift corner bottom-left resize:screenSizeX/4;screenSizeY/2 | |
bind up:cmd;alt;shift nudge +0 -12.5% | |
bind right:cmd;alt;shift nudge +12.5% +0 | |
bind down:cmd;alt;shift nudge +0 +12.5% | |
bind left:cmd;alt;shift nudge -12.5% +0 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment