Skip to content

Instantly share code, notes, and snippets.

@acdesouza
Created October 5, 2012 18:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save acdesouza/3841549 to your computer and use it in GitHub Desktop.
Save acdesouza/3841549 to your computer and use it in GitHub Desktop.
My Slate config
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