aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-23 11:07:58 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-23 11:49:42 +1200
commitbbd959a42ae6035db460c402315003d76d44f301 (patch)
tree3b5dcf44043b5dd02d5c244a5fc702eb0c0e4d33 /vim
parentMore comment adjusting in .vimrc (diff)
downloaddotfiles-bbd959a42ae6035db460c402315003d76d44f301.tar.gz
dotfiles-bbd959a42ae6035db460c402315003d76d44f301.zip
Don't reset 'backspace' in .vimrc
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 3e94c630..fad38b7a 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -41,7 +41,6 @@ else
endif
" Let me backspace over pretty much anything
-set backspace=
set backspace+=eol " Line breaks
set backspace+=indent " Spaces from 'autoindent'
set backspace+=start " The start of current insertion