This blog contains some important fundae for linux users, which may look very trivial, but are very useful.

Fix Backspace In VIM

The function of the backspace key is to delete the character just before the cursor position. If it is not working properly put the following line in ~/.vimrc

set backspace=2

No comments: