Skip to content

Instantly share code, notes, and snippets.

@jpsirois
Last active October 13, 2015 07:37
Show Gist options
  • Save jpsirois/4161649 to your computer and use it in GitHub Desktop.
Save jpsirois/4161649 to your computer and use it in GitHub Desktop.
My Slate config
# Config
config defaultToCurrentScreen true
config nudgePercentOf screenSize
config resizePercentOf screenSize
config secondsBeforeRepeat 0.1
config secondsBetweenRepeat 0.05
# Push Bindings
bind u:ctrl;cmd push up bar-resize:screenSizeX
# Throw (move to screen X) Bindings
bind 1:ctrl;alt throw 0
bind 2:ctrl;alt throw 1
# Resize Bindings
bind 3:ctrl;alt push left bar-resize:screenSizeX/3
bind 4:ctrl;alt push left bar-resize:screenSizeX/2
@jpsirois
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment