fzf supports the autocomplete feature when pressing Tab after on the command line.
If this plugin is activated, pressing Tab after doesn't open fzf window. Instead, it expands all items in the current directory.
With vi mode activate when pressing cd **<TAB>
Without vi mode, fzf works normally
Reproduction steps
Install fzf with the default configuration. Add eval $(fzf --zsh) to .zshrc.
General information
Basic examination
Problem description
fzf supports the autocomplete feature when pressing Tab after on the command line. If this plugin is activated, pressing Tab after doesn't open fzf window. Instead, it expands all items in the current directory.
With vi mode activate when pressing
cd **<TAB>
Without vi mode, fzf works normallyReproduction steps
eval $(fzf --zsh)
to .zshrc.cd **
Expected behavior