aboutsummaryrefslogtreecommitdiff
path: root/vim/config/backspace.vim
blob: db842e12b94bb66862866df62f1c17e44a98d257 (plain) (blame)
1
2
3
4
5
6
7
8
" Let me backspace over pretty much anything
set backspace=
" Allow backspacing over autoindent
set backspace+=indent
" Allow backspacing over line breaks
set backspace+=eol
" Allow backspacing over the start of the insert operation
set backspace+=start