a | Append text after the cursor [count] times |
A | Append text at the end of the line [count] times |
i | Insert text before the cursor [count] times |
I | Insert text before the first non-blank in the line [count] times |
gI | Insert text in column 1 [count] times |
o | Begin a new line below the cursor and insert text, repeat [count] times |
O | Begin a new line above the cursor and insert text, repeat [count] times |