fzf-tab

Replace zsh completion selection menu with fzf for better search

brewmacoslinux
Try with needOr install directly
Source

About

Replace zsh completion selection menu with fzf

Commands

fzf-tab

Examples

Enable fzf-tab in zsh by sourcing it in .zshrc$ echo 'source $(brew --prefix)/opt/fzf-tab/install.sh' >> ~/.zshrc
Use fuzzy search when completing commands with tab$ cd /usr/l<TAB>
Search through file paths interactively during completion$ cat ~/Do<TAB>