Reputation: 11687
I can use backspace or C-h only in current insert mode - when I change to normal mode and then to insert I can not use it :( Whats wrong?
Upvotes: 1
Views: 258
Reputation: 182609
Put this in your vimrc:
vimrc
set backspace=indent,eol,start
Upvotes: 5