Created
July 15, 2013 20:08
-
-
Save blakeblackshear/6002992 to your computer and use it in GitHub Desktop.
slate config
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 | |
# bind tab:cmd switch | |
# Push Bindings | |
bind right:ctrl;alt;cmd push right bar-resize:screenSizeX/2 | |
bind left:ctrl;alt;cmd push left bar-resize:screenSizeX/2 | |
bind up:ctrl;alt;cmd push up bar-resize:screenSizeY | |
# Throw Bindings | |
bind .:ctrl;alt;cmd throw right | |
bind ,:ctrl;alt;cmd throw left | |
# Window Hints | |
bind esc:cmd hint |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment