nixos-config/dot_oh-my-zsh/plugins/zsh-interactive-cd
2024-10-22 11:11:45 -04:00
..
demo.gif chezmoi init 2024-10-22 11:11:45 -04:00
LICENSE chezmoi init 2024-10-22 11:11:45 -04:00
README.md chezmoi init 2024-10-22 11:11:45 -04:00
zsh-interactive-cd.plugin.zsh chezmoi init 2024-10-22 11:11:45 -04:00

zsh-interactive-cd

This plugin provides an interactive way to change directories in zsh using fzf.

Demo

demo

Installation

  1. Install fzf by following its installation instruction.

  2. 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.