-
-
Notifications
You must be signed in to change notification settings - Fork 172
How to disable autosuggestion when having autocompletion selected? #767
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Same unpleasant experience |
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. |
Thanks. But I have switched to |
I'm having the same issue on Debian 12 over ssh After some investigation it seems as though the issue appears for me on this commit:
|
![]() Another example here although unfortunately the above commit @boomshankerx mentioned did not change my case. |
Created a PR #798 |
Fixed by @stephenwilley in f1eecb8. Thanks! |
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: