zsh-autosuggestions icon indicating copy to clipboard operation
zsh-autosuggestions copied to clipboard

Cursor color is muted during the suggestion

Open shinebayar-g opened this issue 1 year ago • 0 comments

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

image

image

image

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

shinebayar-g avatar Aug 17 '24 07:08 shinebayar-g