← Technical

TIL: Vim Text Motions

In vim, in addition to basic directional commands like h,j,k,l and word motions like w, there’s a number of other useful text motions:

Each of these also take a count, so for instance you can do 2{ to jump backwards by 2 paragraphs.

References