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
Contents of ~autocomplete-log/YYYY-MM-DD.log (click to expand)
I saw this issue #576, but it seems to come up again, and changing the order of source zsh-autosuggestion and source zsh-autocompletion. I just installed the latest zsh-autosuggestion and zsh-autocompletion on Fedora41. When I select a completion candidate item, the suggusetion is still there and this is annoying. So I want to know how to make suggestion not showing when one of the completions is selected.
I stumbled upon this bug while upgrading to the latest 24.11 (beta) nix release. In my previous configuration with nix 24.05, which I guess uses release 23.07.13, I was able to successfully use autocompletions and autosuggestions in tandem. With the release 24.09.04 I see the behavior from this bug as well. I bisected the regression to commit bbbefed in my case.
Environment
Steps to reproduce
Contents of
~autocomplete-log/YYYY-MM-DD.log
(click to expand)I saw this issue #576, but it seems to come up again, and changing the order of
source zsh-autosuggestion and source zsh-autocompletion
. I just installed the latestzsh-autosuggestion
andzsh-autocompletion
on Fedora41. When I select a completion candidate item, the suggusetion is still there and this is annoying. So I want to know how to make suggestion not showing when one of the completions is selected.Before enter
Tab
to complete:After completion:
Below is my
.zshrc
configuration:Thanks!
The text was updated successfully, but these errors were encountered: