Replies: 1 comment
-
This is a terminal limitation. There is only one "real" cursor while the rest are pseudo-cursors we create with the caveat that we can't style them the same way. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
I have a different cursor shape for insert and normal:
but in multiple cursor mode the cursors are rendered incorrectly: in insert mode, only the last cursor is rendered as specified in the config.
Reproduction Steps
Set config to
Edit a file with helix, and in normal mode, press
C
several times. Then pressi
to go into insert mode.Helix log
~/.cache/helix/helix.log
Platform
macOS
Terminal Emulator
kitty 0.26.3
Installation Method
brew
Helix Version
helix 23.10 (f6021dd)
Beta Was this translation helpful? Give feedback.
All reactions