insert with count prefix
Insert command accepts a count.
10iHello Vim!
This will give you "Hello Vim!" repeated 10x!
Works with all insert mode commands (i
, I
, a
, A
, o
, O
, gi
, gI
)
Insert command accepts a count.
10iHello Vim!
This will give you "Hello Vim!" repeated 10x!
Works with all insert mode commands (i
, I
, a
, A
, o
, O
, gi
, gI
)