slow_blink timeout customization #15737
Answered
by
xe-nul
cyberdynesoftware
asked this question in
General
|
In my color theme, I have configured the match of a parenthesis to blink:
Now when moving the cursor to a parenthesis, the matching parenthesis starts blinking and stops blinking about 15 seconds later. My question is: where is this timeout defined? Am I able to customize this? |
Answered by
xe-nul
May 14, 2026
Replies: 1 comment
|
Blinking is a terminal feature. It is being set with For example, foot doesn't stop blinking, while ghostty and alacritty do not blink at all. Refer to your terminal documentation, Helix doesn't control that. |
0 replies
Answer selected by
cyberdynesoftware
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Blinking is a terminal feature. It is being set with
CSI 5 mfor 'slow_blink' andCSI 6 mfor 'rapid_blink'. How exactly this is working depends on terminal implementation.For example, foot doesn't stop blinking, while ghostty and alacritty do not blink at all. Refer to your terminal documentation, Helix doesn't control that.