backspace: yes!

This commit is contained in:
Spotlight 2018-11-23 09:11:17 -06:00
parent 5ab60ad5b9
commit fbe3a900f9
Signed by: spotlight
GPG key ID: 874AA355B3209BDC

1
vimrc
View file

@ -3,6 +3,7 @@ filetype off
syntax on
set number
filetype plugin indent on
set backspace=indent,eol,start
" two-spaced tabs
set tabstop=2