Created
February 22, 2025 15:06
-
-
Save GeneralD/62138394d88dc18501a31bacf63d2861 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
zstyle ':filter-select' case-insensitive yes | |
zstyle ':filter-select' extended-search yes | |
zstyle ':filter-select' hist-find-no-dups yes | |
zstyle ':filter-select' rotate-list yes | |
bindkey '^z1' zaw-git-branches | |
bindkey '^z2' zaw-git-files | |
bindkey '^z3' zaw-git-files-legacy | |
bindkey '^z4' zaw-git-log | |
bindkey '^z5' zaw-git-recent-all-branches | |
bindkey '^z6' zaw-git-recent-branches | |
bindkey '^z7' zaw-git-reflog | |
bindkey '^z8' zaw-git-status | |
# bindkey '^z9' | |
bindkey '^z0' zaw-aliases | |
bindkey '^za' zaw-applications | |
bindkey '^zb' zaw-homebrew | |
bindkey '^zc' zaw-brewcask | |
# bindkey '^zd' zaw-dirstack | |
bindkey '^ze' zaw-fasd | |
bindkey '^zf' zaw-functions | |
bindkey '^zg' zaw-rubygem | |
bindkey '^zh' zaw-history | |
# bindkey '^zi' zaw-github-starred | |
bindkey '^zj' zaw-ghq | |
# bindkey '^zk' zaw-github | |
# bindkey '^zl' | |
bindkey '^zm' zaw-mac-appstore | |
# bindkey '^zn' zaw-nerd-icon | |
bindkey '^zo' zaw-open-file | |
bindkey '^zp' zaw-pypi | |
# bindkey '^zq' zaw-cdd | |
bindkey '^zr' zaw-cdr | |
bindkey '^zs' zaw-screens | |
bindkey '^zt' zaw-tmux | |
bindkey '^zu' zaw-searcher | |
# bindkey '^zv' | |
bindkey '^zw' zaw-widgets | |
bindkey '^zx' zaw-clib | |
bindkey '^zy' zaw-bookmark | |
bindkey '^zz' zaw | |
# bindkey '^z-' | |
# bindkey '^z=' | |
bindkey '^z[' zaw-programs | |
bindkey '^z]' zaw-process | |
bindkey '^z;' zaw-locate | |
bindkey '^z,' zaw-command-output | |
bindkey '^z.' zaw-commands | |
bindkey '^z/' zaw-ssh-hosts | |
bindkey '^z^z' zaw |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment