0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00
ohmyzsh/plugins/zsh-interactive-cd
2020-02-26 16:59:59 +01:00
..
README.md Add zsh-interactive-cd plugin 2020-02-12 18:37:28 +01:00
zsh-interactive-cd.plugin.zsh zsh-interactive-cd: add vi-mode support (#8681) 2020-02-26 16:59:59 +01:00

zsh-interactive-cd

This plugin adds a fish-like interactive tab completion for the cd command.

To use it, add zsh-interactive-cd to the plugins array of your zshrc file:

plugins=(... zsh-interactive-cd)

demo

Usage

Press tab for completion as usual, it'll launch fzf automatically. Check fzfs readme for more search syntax usage.

Requirements

This plugin requires fzf. Install it by following its installation instructions.

Author

Henry Chang