Know how sometimes vim gets pesky and doesn’t let you use the backspace to delete characters past where you entered insert mode? Here’s the fix:
set backspace=indent,eol,start
There ya go! ;)
Edit: Only works for vim, haven’t looked for the fix to vi and probably won’t cause I don’t care. =)
-Oliver