Vim What?Commands1
1

The 1 command in Vim

Extra

count prefix

Count prefix — type a number before any motion or operator to repeat it that many times. 1 is the default count (no-op as a prefix, but valid). Counts compose: 2d3w = delete 6 words.
Examples

Reference

Official Vim help for 1

Learn every Vim command visually — right in your browser.

Add Vim What? to Chrome — Free

Also on Firefox.

Related keys