Skip to content

Instantly share code, notes, and snippets.

@emilisto
Created February 20, 2013 09:00
Show Gist options
  • Save emilisto/4994107 to your computer and use it in GitHub Desktop.
Save emilisto/4994107 to your computer and use it in GitHub Desktop.
# This is the default .slate file.
# If no ~/.slate file exists this is the file that will be used.
config defaultToCurrentScreen true
config nudgePercentOf screenSize
config resizePercentOf screenSize
# Resize Bindings
bind right:shift;ctrl resize +10% +0
bind left:shift;ctrl resize -10% +0
bind up:shift;ctrl resize +0 -10%
bind down:shift;ctrl resize +0 +10%
# Nudge Bindings
bind right:shift;cmd;ctrl nudge +10% +0
bind left:shift;cmd;ctrl nudge -10% +0
bind up:shift;cmd;ctrl nudge +0 -10%
bind down:shift;cmd;ctrl nudge +0 +10%
# Throw Bindings
bind 1:shift;cmd throw 0 resize
bind 2:shift;cmd throw 1 resize
bind f:ctrl;shift focus 'iTerm'
bind v:ctrl;shift focus 'MacVim'
bind c:ctrl;shift focus 'Google Chrome'
bind t:ctrl;shift focus 'Trello Jobbet'
bind s:ctrl;shift focus 'Spotify'
# Window Hints
bind esc:cmd hint
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment