Skip to content

Instantly share code, notes, and snippets.

@blakeblackshear
Created July 15, 2013 20:08
Show Gist options
  • Save blakeblackshear/6002992 to your computer and use it in GitHub Desktop.
Save blakeblackshear/6002992 to your computer and use it in GitHub Desktop.
slate config
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