fixing vim backspace

This commit is contained in:
Steffen Vogel 2015-11-24 20:09:05 +01:00
parent f4382ebc71
commit 1b7729718e

View file

@ -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