You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm interested in this too, if someone has a complete solution, feel free to share the snippet.
Currently, I think you need to do something like:
Register the cursor position on LeapEnter.
Create a function (blink) that sets guicursor to achieve blinking effect, and then restores it after a while (defer_fn(restore_guicursor, timeout)...)
Trigger blink both on LeapSelectPre and on LeapLeave, but only if the cursor has moved. (On LeapSelectPre, you need to register the position again after an autojump.)
How can I set up my cursor to blink after leaping for a few seconds?
The text was updated successfully, but these errors were encountered: