I frequently make mode errors while using vim, i.e. I’ll start typing text while in Normal mode, or start typing commands while in Insert mode. I understand this goes away with time as vim’s quirks seep into your bones, but are there any ways to speed the process?
Share
I use these autocmd’s to highlight the entire line containing the cursor while in insert mode, and not while in normal mode:
This provides a little bit more visual feedback about the mode.