-
Notifications
You must be signed in to change notification settings - Fork 15
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
How to change the auto-jumped cursor color? #12
Comments
Sure, this is a bug introduced by 0.8 (see #3 and ggandor/leap.nvim#70). I don't want to expose a |
Hello @ggandor , thank you for getting back to me. I really appreciate it. I understand and sorry for not searching through the issues more thoroughly. I'll keep an eye on this upstream issue and update everyone if there's progress upstream. Thank you again:) |
Not push. I just want to know when the issue will be solved. Because I try to solve it the whole noon, go through all the help file about config and highlight until I see this issue 😄 . I want to use flit but the same cursor color for the first two positions really confuse me. I will use the original |
Hello @ggandor. Hope you're doing well. Thank you for creating
flit.nvim
; it complementsleap.nvim
very nicely.Description
press
fa
to forward search all occurrences ofa
I find it a bit disorienting because I see two same white cursors, without knowing which cursor I'm currently on. Of course, if I think about it, I'll know which cursor I'm on, but it takes a bit of mental overhead. I think two same white cursors introduces a bit of visual clutter and I'm looking for a way to change the auto-jumped cursor color (i.e., the second cursor color).
What I've done
I've looked into
:h leap-highlight
and found the following color groups:LeapMatch
,LeapLabelPrimary
,LeapLabelSecondary
,LeapLabelSelected
,LeapBackdrop
. I've tried changing each value but none targets the auto-jumped first cursor.Any input is much appreciated. Thank you again for revolutionizing my navigation in Neovim.
The text was updated successfully, but these errors were encountered: