Files
miasma-os/files/system/usr/etc/skel/.oh-my-zsh/plugins/zsh-interactive-cd/README.md
2026-03-24 20:57:42 +11:00

585 B
Raw Blame History

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 fzfs readme for more search syntax usage.