Modify vim's 't{char}' to have cursor land on {char} -


in standard vim, when hit t{char} in normal mode, cursor moved space before next instance of {char} right. similarly, t{char} moves cursor space after next instance of {char} left.

is there way set t{char} (or t{char}) moves cursor on top of next instance/previous instance of {char}?

you're looking f{char} , f{char}. see :help f.


Comments

Popular posts from this blog

plot - Remove Objects from Legend When You Have Also Used Fit, Matlab -

java - Why does my date parsing return a weird date? -

Need help in packaging app using TideSDK on Windows -