Vim Targets: Work on Distant Text Objects with Fewer Keystrokes
Targeting text objects from a distance with convenient keys
Jul 2, 20226 min read120

Search for a command to run...
Articles tagged with #neovim
Targeting text objects from a distance with convenient keys

f and t Motions Learning Vim from scratch means learning the hjkl motions first. Then, the w(word) and e (end of word) motions. Eventually, with the f(find) and t(‘till) motions. fand t are efficient but they have drawbacks: could only be used on th...
