unblevable / quick-scope

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

highlight_on_keys - Highlights sometime go away after 1 - 2 seconds #26

Closed hallzy closed 6 years ago

hallzy commented 8 years ago

I added the line:

let g:qs_highlight_on_keys = ['f', 'F', 't', 'T']

To my vimrc and sometimes when I press one of those characters the quick scope highlighting comes on (as expected), but then the quick-scope highlighting disappears after about 1-2 seconds.

There does not appear to be any reliable way to reproduce it, but it happens roughly ever 2 or 3 times I hit one of those 4 keys.

All other times, the highlighting stays up until I type another letter (which is what I had expected to happen)

hallzy commented 6 years ago

I forgot that I made this issue but I no longer have this problem.