Problem with autocomplete, result refreshing #348
Unanswered
arturonavax
asked this question in
Q&A
Replies: 1 comment
-
Any ideas? I would love to solve this problem 🙏 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am very happy and thankful with FZF and this add-on, I am a terminal lover and these projects have empowered my day to day in the terminal, but I have a little doubt about the autocomplete operation:
I type the command
vim .zsh
and press TAB appears the autocomplete of all the files that have something like ".zsh" in its name, this is fantastic but... in the FZF prompt in which is the search term ".zsh"... when deleting some part or all the FZF search term is not refreshed.For example... if I delete something from ".zsh" and there is only "." in the FZF prompt, shouldn't it refresh and show now all files that have "." in their name...? It seems as if the search term is locked in ".zsh".
Is this normal? Is there anything to force FZF to refresh the results if something is deleted from the current search term?
Beta Was this translation helpful? Give feedback.
All reactions