In insert mode, backpace doesn’t delete characters as intended. To fix it add this to .vimrc:
set backspace=indent,eol,start
Ref: http://vim.wikia.com/wiki/Backspace_and_delete_problems
In insert mode, backpace doesn’t delete characters as intended. To fix it add this to .vimrc:
set backspace=indent,eol,start
Ref: http://vim.wikia.com/wiki/Backspace_and_delete_problems
The correct fix is not to use vim.
Could you list some vim-like alternatives?
it’s 2012. all good editors have vim modes for crazy people like you.