Training plan › Power
Counts
A number in front multiplies any command.
You have already used 5j. The same idea works for operators (d3w deletes three words), for x (3x), for J (3J joins three lines) and even for dot (3.). On top of that, Ctrl+a and Ctrl+x add and subtract from the nearest number, and they accept a count too.
6 steps · 5 min · 70 XP
- Delete three words: d3w
- Delete three characters: 3x
- Increment: Ctrl+a
- Decrement with a count: 5 Ctrl+x
- Join three lines: 3J
- Repeat with a count: 3.