Archive for the ‘vim’ tag
How to fix that stupid backspace in Vim on SLES
Sometimes the backspace button can be a real pain on SLES-systems, but the fix is simple!
Add this to ~/.vimrc:
set backspace=indent,eol,start
Tor Henning Ueland`s thoughts about technology and other stuff
Sometimes the backspace button can be a real pain on SLES-systems, but the fix is simple!
Add this to ~/.vimrc:
set backspace=indent,eol,start