Vim commands for use while in insert mode
Charcter Manipulation
C-h - backspace
C-w - delete word before cursor
C-u - delete line before cursor
Special Insertions
C-r - insert register content (paste)
C-o - execute one Normal command then return to insert mode
Compleation
C-n - next Compleation
C-p - previous Compleation
C-x C-(compleation type) - various compleation types (lines, files, tags, etc)
Types of compleation
C-v - vim command-line compleation
C-s - spell compleation
C-l - line compleation
C-l - line compleation
Movement
C-t - indent
C-d - unindent line
C-t - indent
