Skip to content

Instantly share code, notes, and snippets.

@cosmith
Created September 8, 2016 15:22
Show Gist options
  • Save cosmith/ac90841af466ada0d5c8d6c29c5a0353 to your computer and use it in GitHub Desktop.
Save cosmith/ac90841af466ada0d5c8d6c29c5a0353 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:0.4*screenSizeX
bind left:ctrl;cmd push left bar-resize:0.4*screenSizeX
bind right:ctrl;alt;cmd push right bar-resize:0.6*screenSizeX
bind left:ctrl;alt;cmd push left bar-resize:0.6*screenSizeX
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 push up bar-resize:screenSizeY
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment