Backspace key not working in vim

Solution 1:

If you didn't change anything, it's odd that it was working and now isn't. That aside, I normally add this to get the most out of the backspace key with Vim:

set bs=indent,eol,start     " Backspace over everything in insert mode