Fix VIM the backspace problem in Windows
Posted on July 12, 2010
Filed Under Vim | Leave a Comment
Working in Windows XP now days, I found a strange behavior in gVIM as it wasn’t allowing me to use backspace when editing source files with indenting! After googling a bit I found a solution by adding the following to my .vimrc file…
:set backspace=indent,eol,start
Leave a Reply