unblevable / quick-scope

Lightning fast left-right movement in Vim
MIT License
1.43k stars 54 forks source link

do not highlight secondary #53

Closed ahmadie closed 4 years ago

ahmadie commented 4 years ago

I use , and ; for other tasks in vim

How can i disable secondary highlight ? I tried highlight QuickScopeSecondary guifg=NONE gui=NONE ctermfg=NONE cterm=NONE but default color is applied...

bradford-smith94 commented 4 years ago

You can now use let g:qs_second_hightlight=0.

nkcfan commented 4 years ago

I notice a typo g:qs_second_highlight Also in document