Idea: link CurSearch to IncSearch
craigmac opened this issue ยท 5 comments
I have trouble with current highlight figuring out which match I'm currently on, especially with a light cursor against a yellow background. I link CurSearch to IncSearch so that I can see exactly which one I'm currently on (with vim-cool). What do you think?
hi! link CurSearch Search
Hard to see where cursor currently is:
hi! link CurSearch IncSearch
Now I can tell:
Would linking CurSearch to IncSearch be a better default? I'm not too familiar with colorscheme stuff in Vim, so I don't know how setting this link would affect other things.
Hi. I agree with you, linking CurSearch
to IncSearch
makes the most sense and I actually brought it up in vim/vim#10133 but Bram's rebuttal also makes sense, especially given the current state of the feature, which seems unfinished.
I will probably make the link to IncSearch
when I am sure the feature is ready.
Oh wow, I had no idea CurSearch
was sort of new!
Would it be appropriate to revisit adding this idea now?
I'm sorry it took so long but CurSearch
now links to IncSearch
on master.