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
This seems to be due to the defaults having yank and yank-pop in ZSH_AUTOSUGGEST_IGNORE_WIDGETS.
Removing them from there properly clears the suggestion, however it seems to break the behavior of yank-pop which is probably why it was there in the first place.
So IIUC for now you have to choose between clearing the suggestion on yank and using yank-pop.
aaronjensen
changed the title
Suggestions not cleared on yank-pop
Suggestions not cleared on yank/yank-pop
May 9, 2020
Describe the bug
If an autosuggest is present, and you use C-y to yank (paste), the autosuggest is not cleared
To Reproduce
Steps to reproduce the behavior:
Expected behavior
There should be no autosuggest visible.
Screenshots
Desktop
Additional context
I saw zsh-users/zsh-syntax-highlighting#150
I tried
And that did not appear to help
The text was updated successfully, but these errors were encountered: