Aloxaf / fzf-tab

Replace zsh's default completion selection menu with fzf!
MIT License
2.98k stars 90 forks source link

[BUG] zsh: command not found: enable-fzf-tab #399

Closed shrx closed 6 months ago

shrx commented 6 months ago

It doesn't look like fzf-tab plugin is functioning, although oh-my-zsh says it's enabled:

~ omz plugin enable fzf-tab
omz::plugin::enable: plugin 'fzf-tab' is already enabled.
~ enable-fzf-tab
zsh: command not found: enable-fzf-tab

Pressing Tab brings up the default zsh completion. Ctrl-x . doesn't print anything. My only plugins are git and fzf-tab.

shrx commented 6 months ago

Closing, the fzf-tab.plugin.zsh file was empty for some reason.