Last active
May 10, 2018 22:58
-
-
Save weslley39/0b7395b812d4254bde875246ab9a2a6b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### 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