autosuggestion color persists once typed command diverges from prediction #69
There's a rewrite underway in PR #91. It's available on branch v0.1.x. Please try using that branch, and let me know if it solves your problem.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems that whatever color zsh-autosuggestions uses for its guess sticks around for the remaining length of the guess once the input diverges from the guess. For example, if
cdhas~/code/repoas the guess, but I typecd ~/code/ocaml/, parts ofocamlwill still be the color that zsh-autosuggestions uses, and text after that will be normally colored.Deleting a single differently-colored character seems to cause all of the colored text to correct itself.