Aloxaf / fzf-tab

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

-ftb-complete:14: -ftb-generate-comlist: function definition file not found #388

Open s-a-tanjim opened 1 year ago

s-a-tanjim commented 1 year ago

After installing the fzf-tab using Manual and Oh-My-Zsh approach[From README], when I press the tab key in terminal I get this error.

-ftb-complete:14: -ftb-generate-comlist: function definition file not found

I'm using fzf version 0.20.0 and zsh version: 5.8. Can anyone help me fix this issue?

avamsi commented 2 months ago

I'm sort of running into this all of a sudden -- everything somehow works fine if I manually source ~/.antigen/bundles/Aloxaf/fzf-tab/fzf-tab.plugin.zsh (antigen should already be doing this?).

@s-a-tanjim did you manage to fix this?