vim-sneak
vim-sneak copied to clipboard
Support for wrapscan?
I expected sneak to wrap the search. Any chance that might be implemented as an option?
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.
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.