fzf-tab

Replace zsh completion menu with fzf fuzzy finder for faster selection

brewmacoslinux
Try with needOr install directly
Source

About

Replace zsh completion selection menu with fzf

Examples

search through command completions with fuzzy matching$ git checkout <TAB>
filter available options when typing commands$ cd /path/to/dir<TAB>
quickly navigate git branches interactively$ git rebase <TAB>
find processes to kill with interactive search$ kill <TAB>
select from environment variables using fuzzy search$ export $<TAB>