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

matlab - Deleting rows with specific rules -

image - ClassNotFoundException when add a prebuilt apk into system.img in android -