rhysd / clever-f.vim

Extended f, F, t and T key mappings for Vim.
https://rhysd.github.io/clever-f.vim
1.01k stars 44 forks source link

enable highlights for next matching lines? #37

Open unphased opened 6 years ago

unphased commented 6 years ago

Because clever-f is capable of traversing lines, I think that it would be quite helpful if we could configure it to highlight further out so we know where we will be landing. Of course, highlighting all of the matching chars in the entire buffer is probably too extreme, but somebody might want to do that as well!

Mainly I just want to be able to at least see the next line having the match. So, if i fZ and there is a Z 5 lines further down in the buffer, i'd like that to get highlighted as well as the Z's on the current line. No need to highlight more than the next match away from the current line.