Delete stuff in Vim without leaving insert mode
<C-h>
- same as backspace<C-w>
- delete previous word<C-u>
- delete everything before cursor (on same row)<C-d>
or<C-t>
- (un)indent a row<C-e>
- delete next word (create a mapping in vimrc)
<C-h>
- same as backspace<C-w>
- delete previous word<C-u>
- delete everything before cursor (on same row)<C-d>
or <C-t>
- (un)indent a row<C-e>
- delete next word (create a mapping in vimrc)