Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@morganloehr
Created May 19, 2014 22:20
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 morganloehr/4267283b2b832651ff63 to your computer and use it in GitHub Desktop.
Save morganloehr/4267283b2b832651ff63 to your computer and use it in GitHub Desktop.
slate config
config defaultToCurrentScreen true
config nudgePercentOf screenSize
config resizePercentOf screenSize
config windowHintsShowIcons true
bind esc:cmd grid padding:5 0:6,2 1:8,3
# Resize Bindings
bind right:alt resize +10% +0
bind left:alt resize -10% +0
bind up:alt resize +0 -10%
bind down:alt resize +0 +10%
# 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
# Nudge Bindings
#bind right:shift;alt nudge +10% +0
#bind left:shift;alt nudge -10% +0
#bind up:shift;alt nudge +0 -10%
#bind down:shift;alt nudge +0 +10%
# Focus Bindings
#bind right:cmd focus right
#bind left:cmd focus left
#bind up:cmd focus up
#bind down:cmd focus down
#bind up:cmd;alt focus behind
#bind down:cmd;alt focus behind
# Corner Bindings
bind 1:ctrl;cmd corner top-left resize:screenSizeX/2;screenSizeY/2
bind 2:ctrl;cmd corner top-right resize:screenSizeX/2;screenSizeY/2
bind 3:ctrl;cmd corner bottom-left resize:screenSizeX/2;screenSizeY/2
bind 4:ctrl;cmd corner bottom-right resize:screenSizeX/2;screenSizeY/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