add backspace

This commit is contained in:
Simon Rieger 2023-05-25 15:00:39 +02:00
parent ade801de73
commit ab727114ef

View file

@ -104,6 +104,9 @@ set autowrite " Automatically save before commands like :next and :make
set mouse=a " Enable mouse usage (all modes) set mouse=a " Enable mouse usage (all modes)
set autoindent " Enable automatic einrueckungen set autoindent " Enable automatic einrueckungen
" more powerful backspacing
set backspace=indent,eol,start
" show the editing mode on the last line " show the editing mode on the last line
set showmode set showmode