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
zsh-autosuggestions is a tool that "suggests" completions for what you type by printing them after the edit cursor in a different colour. The suggestion is accepted by e.g. pressing →, which then prints the suggestion to the command line.
This is a known issue that should be partially fixed in 1.3 (I think 1.3 works if you use tab instead of arrow). I’m hoping to have a more complete fix for this soon
I gave 1.3 a try, but it doesn't appear to be any different, even without loading my .vimrc. Not sure if there's maybe a setting in my .zshrc or something that may conflict.
zsh-autosuggestions is a tool that "suggests" completions for what you type by printing them after the edit cursor in a different colour. The suggestion is accepted by e.g. pressing →, which then prints the suggestion to the command line.
zsh-autosuggestions appears to manipulate
$BUFFER
directly to insert the suggestion.Possibly related to #92.
The text was updated successfully, but these errors were encountered: