zsh-syntax-highlighting
zsh-syntax-highlighting copied to clipboard
Cursor disappears
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.
can confirm. specifically this happens when going into vi-mode.
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
Confirmed it is coming back. Confirm the workaround is working! Thanks for the fix.