Skip to content

Instantly share code, notes, and snippets.

@marshall007
Last active November 17, 2016 22:46
Show Gist options
  • Save marshall007/7451322 to your computer and use it in GitHub Desktop.
Save marshall007/7451322 to your computer and use it in GitHub Desktop.
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 0
bind .:ctrl;alt;cmd throw 1
bind /:ctrl;alt;cmd throw 2
# Window Hints
bind esc:cmd hint
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment