Mishkun / ideavim-sneak

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

Support clever functionality #19

Open oblitzitate opened 3 years ago

oblitzitate commented 3 years ago

In vim-sneak, you can set let g:sneak#s_next = 1, allowing you to repeat the match using s (forward) or S (backward) once you've entered both characters.

In clever-f, you can do the same for the f and t keys.

Benefits:

effinsky commented 1 year ago

Hi, anything on this front?

Mishkun commented 1 year ago

@effinsky hi! Not really. This feature seems cumbersome to me. It was really hard to implement repeating history as a ideavim plugin. I guess it is better to do as a separate package, if you need this