Insert Mode
Shortcut | Description |
---|---|
i / a | Insert before/after cursor |
I / A | Insert start/end of line |
o / O (letter) | Insert new line below/above |
s / S | Delete char/line and insert |
C / cc | Change to end of/current line |
gi | Insert at last insert point |
Esc * | * <C-[> |
Comments