Open oblitzitate opened 3 years ago
Hi, anything on this front?
@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
In vim-sneak, you can set
let g:sneak#s_next = 1
, allowing you to repeat the match usings
(forward) orS
(backward) once you've entered both characters.In clever-f, you can do the same for the
f
andt
keys.Benefits:
;
and,
;
to:
to type commands more easily)