zsh-users / zsh-autosuggestions

Fish-like autosuggestions for zsh
MIT License
30.81k stars 1.85k forks source link

Completion strategy not working with zstyle setting insert-tab pending #637

Closed IgnusG closed 2 years ago

IgnusG commented 2 years ago

I've always wanted to use this plugin together with its completion strategy but it never seemed to work. I've finally found the culprit in this line in my configuration:

zstyle ':completion:*' insert-tab pending

I don't know why I initially added it - I think it might've come from the zsh config I used as a template when I was setting zsh up for the first time. Anyways, wanted to share if anyone ever has the problem of their completion strategy not working to remove or comment out that line - after that it works flawlessly.