california Canada conference Conferences database db db2 DB2 pureXML development eclipse fall flickr google ibm Internet it java jdbc Joomla Linux mapping Open Source Other perl Personal Photography Portugal programming purexml rails rogers ruby shipment Software software-testing sql sqlj Tech toronto tpmg Travel twiki USA xml yahoo

Backspace in Vim

Tags: , , ,

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 
VN:F [1.8.1_1037]
Rating: 8.0/10 (4 votes cast)
VN:F [1.8.1_1037]
Rating: +3 (from 3 votes)

Popularity: 16% [?]

7 Comments »