add backspace
This commit is contained in:
parent
ade801de73
commit
ab727114ef
1 changed files with 3 additions and 0 deletions
|
@ -104,6 +104,9 @@ set autowrite " Automatically save before commands like :next and :make
|
|||
set mouse=a " Enable mouse usage (all modes)
|
||||
set autoindent " Enable automatic einrueckungen
|
||||
|
||||
" more powerful backspacing
|
||||
set backspace=indent,eol,start
|
||||
|
||||
" show the editing mode on the last line
|
||||
set showmode
|
||||
|
||||
|
|
Loading…
Reference in a new issue