-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add solid/blink cursor toggle #1936
Comments
I think this is a terminal option. For example, kitty has a |
"blink" and "solid" cursor can be set by using ANSI escape code lkie:
But "smooth" and "phase" is impossible due to limitation of the terminal. Maybe this will be imperment to the GUI forntend. |
I use iTerm2 (3.4.15). Even with CleanShot.2022-04-09.at.17.08.34.mp4 |
I use Kitty(Mac OS) and my caret blinking is on, but when I open helix my caret blinking is off )). |
Helix draws its own cursors since we need multiple cursors, hiding the terminal cursor. |
Same issue I have faced is there a way to disable the animation ? |
I would like this too. The block cursor for me is indeed solid and non-flashing, but the bar cursor flashes (even when moving the cursor), making it hard to see its position sometimes when moving the cursor around. |
Noticed this as well so created a ticket #5364 |
My Helix cursor never blinks (including at the command line, in the file picker etc - where the terminal cursor's color is reused by Helix). The cursor blinks correctly in zsh, outside of Helix. I'm using iTerm on macOS. A couple of other people have reported the same issue (@ChzenChzen and @eliasboegel, also on macOS). |
There are now two bugs and a feature request in this issue. There is a bug with cursors not blinking, another bug where the cursor is not properly reset when Helix exits, as well as a feature request for new cursor configuration options (re. blinking). |
Just trying out Kitty and I came to say that the cursor is not blinking in Helix but blinking just fine in Vim. :) |
Also seeing a non-blinking cursor on ubuntu 24.04 using the builtin terminal. The cursor blinks correctly outside of helix, in the shell and in vim for example. |
This is a workaround for restoring blinking (if this is what you have) after closing helix:
Note that Neovim seems to have this exact issue too, so it could be reasonable to handle the fallback in the shell prompt. |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
It'd be great if the cursor could have a
solid
mode that does not blink.Sublime Text has a few options("smooth", "phase", "blink", "solid"), but it seems easiest just to do
blink
andsolid
.The text was updated successfully, but these errors were encountered: