You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Reload terminal
Type cd **
Press TAB
Expected behavior
fzf opens a suggesting window.
The text was updated successfully, but these errors were encountered:
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 normally
Reproduction steps
eval $(fzf --zsh)
to .zshrc.cd **
Expected behavior
The text was updated successfully, but these errors were encountered: