dracula / zsh-syntax-highlighting

🧛🏻‍♂️ Dark theme for zsh-syntax-highlighting
https://draculatheme.com/zsh-syntax-highlighting
MIT License
30 stars 12 forks source link

Cursor disappears #7

Open fsociety3765 opened 2 years ago

fsociety3765 commented 2 years ago

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.

oryband commented 2 years ago

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

oryband commented 2 years ago

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

joaquinlpereyra commented 1 year ago

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