← All tips

Insertion With Counts

Most insertion commands — like i, I, a, A, o, O, and so on — accept a count. If you type a count in normal mode before hitting an insertion map, like 10A, then type your text, the insertion will be repeated that many times.

This means that you can do things like:

Try it in the editor!