2
0
Fork 0
mirror of https://github.com/unixorn/awesome-zsh-plugins synced 2025-01-12 15:48:43 +00:00

Add zsh-interactive-cd

This commit is contained in:
Henry Chang 2017-03-26 18:08:59 -07:00
parent a65d566981
commit fc533774a9
No known key found for this signature in database
GPG key ID: 9890185D083B1371

View file

@ -368,6 +368,7 @@ These frameworks make customizing your zsh setup easier.
* [zsh-hints](https://github.com/joepvd/zsh-hints) - Display glob and parameter flags and other non completable info right under your editing buffer.
* [zsh-history-substring-search](https://github.com/zsh-users/zsh-history-substring-search) - Needs to be loaded after zsh-syntax-highlighting, or they'll both break. You'll also need to bind keys to its functions, details are in the README.md
* [zsh-history](https://github.com/b4b4r07/zsh-history) - Extend history so that it can be queried by SQL
* [zsh-interactive-cd](https://github.com/changyuheng/zsh-interactive-cd) - Fish like interactive tab completion for `cd`.
* [zsh-konsole-theme-changer](https://github.com/rocknrollMarc/zsh-konsole-theme-changer) - Toggle konsole theme from zsh.
* [zsh-kubernetes](https://github.com/Dbz/zsh-kubernetes) - Add kubernetes helper functions and aliases
* [zsh-manydots-magic](https://github.com/knu/zsh-manydots-magic) - A zle tweak for emulating `...'==`../..' etc.