vim-sneak icon indicating copy to clipboard operation
vim-sneak copied to clipboard

Support for wrapscan?

Open RhvdG opened this issue 3 years ago • 2 comments

I expected sneak to wrap the search. Any chance that might be implemented as an option?

RhvdG avatar May 29 '22 15:05 RhvdG

Sounds like the same issue I'm facing - sneak can only detect matches after the current cursor position. Is this intended?

Not sure if this would be a relevant factor, but I have remapped ',' to be my leader key.

brianxk avatar Dec 27 '22 16:12 brianxk

Sounds like the same issue I'm facing - sneak can only detect matches after the current cursor position. Is this intended?

S searches backwards (:help sneak-mappings). wrapscan refers to continuing the search from the beginning, when at the end of the file.

ggandor avatar Dec 28 '22 12:12 ggandor