Vim Hop/EasyMotion: The Power of Single-Char, Multi-Line Motion
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...
ranelpadon.hashnode.dev6 min read