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
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
On SLES you might also want to add “syntax on” as this is not default.