zsh-syntax-highlighting icon indicating copy to clipboard operation
zsh-syntax-highlighting copied to clipboard

Cursor disappears

Open fsociety3765 opened this issue 3 years ago • 3 comments

I've noticed that the cursor disappears when moving back to correct something.

I have been able to fix it by editing:

ZSH_HIGHLIGHT_HIGHLIGHTERS=(main cursor) with ZSH_HIGHLIGHT_HIGHLIGHTERS=(main)

Not sure if this is the correct way to fix it but it's working now for me.

fsociety3765 avatar Nov 23 '21 10:11 fsociety3765

can confirm. specifically this happens when going into vi-mode.

oryband avatar Dec 20 '21 10:12 oryband

possibly related to #3 resurfacing? I'm using Alacritty with Tmux. Here's a snapshot of my current configuration:

  • https://github.com/oryband/dotfiles/blob/72b78abde1fddccc3de9808acfbe4085e16951f2/.zshrc
  • https://github.com/oryband/dotfiles/blob/72b78abde1fddccc3de9808acfbe4085e16951f2/.tmux.conf
  • https://github.com/oryband/dotfiles/blob/72b78abde1fddccc3de9808acfbe4085e16951f2/.config/alacritty/alacritty.yml

oryband avatar Dec 20 '21 10:12 oryband

Confirmed it is coming back. Confirm the workaround is working! Thanks for the fix.

joaquinlpereyra avatar Mar 27 '23 14:03 joaquinlpereyra