mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
.. | ||
demo.gif | ||
LICENSE | ||
README.md | ||
zsh-interactive-cd.plugin.zsh |
zsh-interactive-cd
This plugin provides an interactive way to change directories in zsh using fzf.
Demo
Installation
-
Install fzf by following its installation instruction.
-
Add
zsh-interactive-cd
to your plugin list in~/.zshrc
:plugins=(... zsh-interactive-cd)
Usage
Press tab for completion as usual, it'll launch fzf automatically. Check fzf’s readme for more search syntax usage.