Fri24Nov20060306PM
Backspace in Vim
Tags: Linux, text_editors, vim, vimrc
One of the things I like to have in VIM is the backspace key working just like in all the other editors. I like the backspace key to delete the characters in in the right-to-left direction and delete also the line breaks when it gets to the beginning of a line. However, most of default vimrc files I find don’t have this enabled. Sometimes the backspace doesn’t delete at all, other times it doe not delete the line breaks…. arghh…
To have the backspace key in VIM behaving just like in all the other text editors, just add the following line to your vimrc file:
set backspace=indent,eol,start
Popularity: 16% [?]







