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

  1. Delete three words: d3w
  2. Delete three characters: 3x
  3. Increment: Ctrl+a
  4. Decrement with a count: 5 Ctrl+x
  5. Join three lines: 3J
  6. Repeat with a count: 3.

Create a free account