You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@lydell This has bugged me too. The fix turned out to be trivial, and I believe Sneak_f and Sneak_t are now fully compliant with Vim's built-in f/t behavior--even if you modify them with v (see :help inclusive).
I’ve followed the instructions to replace the
f
,F
,t
andT
commands with one-character sneaks.Example:
The cursor is on
s
.a st
a t
a tst
a tt
The standard behavior is better, since:
The text was updated successfully, but these errors were encountered: