Back to Ohmyzsh

zsh-interactive-cd

plugins/zsh-interactive-cd/README.md

latest584 B
Original Source

zsh-interactive-cd

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

Demo

Installation

  1. Install fzf by following its installation instruction.

  2. Add zsh-interactive-cd to your plugin list in ~/.zshrc:

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