Created
October 5, 2012 18:31
-
-
Save acdesouza/3841549 to your computer and use it in GitHub Desktop.
My 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 | |
# Resize Bindings | |
bind m:ctrl;alt corner top-left resize:screenSizeX;screenSizeY | |
# Push Bindings | |
bind right:ctrl;alt push right bar-resize:screenSizeX/3 | |
bind left:ctrl;alt push left bar-resize:screenSizeX/3 | |
bind up:ctrl;alt push up bar-resize:screenSizeY/2 | |
bind down:ctrl;alt push down bar-resize:screenSizeY/2 | |
# Nudge Bindings | |
# Throw Bindings | |
bind right:ctrl;alt;cmd throw next resize | |
bind left:ctrl;alt;cmd throw previous resize | |
# Focus Bindings | |
# Window Hints | |
bind esc:cmd hint |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment