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
That command doesn't disable the behavior. I added it to my .zshrc and manually ran the command and it has no effect.
Can confirm that this is consistent with zsh behavior, however dumb it maybe. Maybe it's a bug in upstream? I can't imagine anybody would desire to have that kind of behavior.
jrwrigh
added a commit
to jrwrigh/dotfiles2.0
that referenced
this issue
Nov 6, 2024
Describe the bug
When trying to tab complete (i.e. fuzzy find) a file by it's suffix, the suffix is auto-added, but then completion stops working.
I can make sure:
compinit
To Reproduce
Steps to reproduce the behavior:
I've tracked down the behavior to #413
Expected behavior
Using commit 02ce77c (right before #413 was added), the following behavior occurs:
Current Behavior
Using acdc372 (and
master
), I see:I pause about a second between pressing tab above.
Note that it adds the
_
from above. If the files are just nameda.sh b.sh c.sh d.sh
, then this behavior doesn't occur.Environment:
Log
zsh-70945-fzf-tab-1.log
The text was updated successfully, but these errors were encountered: