Created
October 27, 2012 17:12
-
-
Save domharrington/3965358 to your computer and use it in GitHub Desktop.
Slate config file
This file contains hidden or 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 defaultToCurrentScreen true | |
config nudgePercentOf screenSize | |
config resizePercentOf screenSize | |
# Push Bindings | |
bind right:ctrl;cmd;alt push right bar-resize:screenSizeX/2 | |
bind left:ctrl;cmd;alt push left bar-resize:screenSizeX/2 | |
bind m:ctrl;cmd;alt move screenOriginX-0;screenOriginY-0 screenSizeX;screenSizeY | |
# Throw Bindings | |
bind left:ctrl;alt throw 0 resize | |
bind right:ctrl;alt throw 1 resize |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment