Mishkun / ideavim-sneak

Vim-sneak for IdeaVim!
Other
46 stars 10 forks source link

s/S does not jump vertically #5

Closed jannes closed 4 years ago

jannes commented 4 years ago

Hey,

Thanks for your work first of all. I installed this right away because I've been missing the functionality of sneak for some time now.

However, the behavior of the forward and backward jump is not correct, it is supposed to also search vertically, but this plugin only searches within the same line.

Mishkun commented 4 years ago

Yeah, I narrowed search to the one line to behave it more like vim-seek plugin, because I already use AceJump integration for jumping across lines. Guess I might add an option to enable vertical jumps too. It should be easy to do once I learn how to search only visible lines and not the whole file (which can be crazy)

jannes commented 4 years ago

I'll prepare a PR to make the jumps vertical

Mishkun commented 4 years ago

Kudos for you! Cleaned my test suite and added a basic CI to help you with this