Skip to content

Instantly share code, notes, and snippets.

@weslley39
Last active May 10, 2018 22:58
Show Gist options
  • Save weslley39/0b7395b812d4254bde875246ab9a2a6b to your computer and use it in GitHub Desktop.
Save weslley39/0b7395b812d4254bde875246ab9a2a6b to your computer and use it in GitHub Desktop.
### Aliases
## Key aliases
alias hyper ctrl;shift;alt;cmd
## Application aliases
alias browser 'Google Chrome'
alias editor 'Code'
alias terminal 'Hyper'
alias spotify 'Spotify'
alias radiant 'Radiant Player'
alias finder 'Finder'
alias whats 'WhatsApp'
alias slack 'Slack'
alias git 'GitKraken'
## App bindings
# These are laid out on the left hand
bind c:${hyper} focus ${editor}
bind f:${hyper} focus ${browser}
bind d:${hyper} focus ${terminal}
bind s:${hyper} focus ${spotify}
bind h:${hyper} focus ${finder}
bind w:${hyper} focus ${whats}
bind e:${hyper} focus ${slack}
bind a:${hyper} focus ${radiant}
bind g:${hyper} focus ${git}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment