zsh-autosuggestions
zsh-autosuggestions copied to clipboard
Cursor color is muted during the suggestion
Describe the bug
I noticed that my cursor color is alternating between white to grey (using the same color as ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE) when it's suggesting autocompletion.
To Reproduce
Steps to reproduce the behavior:
# install oh my zsh
# install zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
# add to the plugins
plugins=(
# other plugins...
zsh-autosuggestions
)
Expected behavior
I think it should stay white all the time?
Screenshots
Desktop
- OS + distribution: Mint 22
- Zsh version: 5.9
- Plugin version: c3d4e57
- Terminal: GNOME Terminal Version 3.52.0 for GNOME 46
Additional context
Tested without external prompt, no luck.
❯ echo $TERM
xterm-256color