Skip to content

Instantly share code, notes, and snippets.

@unyo
Created May 9, 2018 21:07
Show Gist options
  • Save unyo/b405b78b5a01926fbbce0452c4b69eaf to your computer and use it in GitHub Desktop.
Save unyo/b405b78b5a01926fbbce0452c4b69eaf to your computer and use it in GitHub Desktop.
config defaultToCurrentScreen true
config nudgePercentOf screenSize
config resizePercentOf screenSize
# Push Bindings
bind right:ctrl,cmd push right bar-resize:screenSizeX/2
bind left:ctrl,cmd push left bar-resize:screenSizeX/2
bind up:ctrl,cmd push up bar-resize:screenSizeY/2
bind down:ctrl,cmd push down bar-resize:screenSizeY/2
bind up:ctrl,alt,cmd resize 100% 100% top-left
# Move Window
bind right:alt,ctrl throw 2 resize
bind down:alt,ctrl throw 1 resize
bind left:alt,ctrl throw 0 resize
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment