fixing vim backspace
This commit is contained in:
parent
f4382ebc71
commit
1b7729718e
1 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,9 @@ set history=1000
|
|||
filetype plugin on
|
||||
filetype indent on
|
||||
|
||||
" make backspace work like most other apps
|
||||
set backspace=2
|
||||
|
||||
" automatisches Indenting aktivieren
|
||||
set ai
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue