mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 07:20:40 +01:00
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-cdto 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.
