Vanilla tab behaviour with zsh-autocomplete #806
-
Hey everyone! I’m using zsh-autocomplete and trying to keep my Tab completion “vanilla” (i.e., expand-or-complete instead of selecting the top suggestion). Everything is working great, except one weird glitch: whenever I type ~/, it expands to / instead of my $HOME directory. I'd really like to keep the behaviour be like vanilla expansion, that is multiple tab presses just complete unambiguous and go no further. Here’s the relevant part of my ~/.zshrc:
Despite these settings, typing something like Also, although this is close, it doesn't give the 'vanilla' tab behaviour.
Thanks in advance for any pointers or suggestions! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
after about 4 days of fucking around I found the answer: // first
// then after sourcing zsh-autocomplete:
hopefully this helps someone else some day |
Beta Was this translation helpful? Give feedback.
after about 4 days of fucking around I found the answer:
// first
// then after sourcing zsh-autocomplete: