1
The
Extra
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
1j(same as j)12G(go to line 12)1>>(indent 1 line)
Reference
Learn every Vim command visually — right in your browser.
Add Vim What? to Chrome — FreeAlso on Firefox.
Related keys