Created
May 9, 2018 21:07
-
-
Save unyo/b405b78b5a01926fbbce0452c4b69eaf to your computer and use it in GitHub Desktop.
Slate Config https://github.com/jigish/slate
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 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 up:ctrl,alt,cmd resize 100% 100% top-left | |
# Move Window | |
bind right:alt,ctrl throw 2 resize | |
bind down:alt,ctrl throw 1 resize | |
bind left:alt,ctrl throw 0 resize |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment