aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc5
1 files changed, 0 insertions, 5 deletions
diff --git a/vim/vimrc b/vim/vimrc
index ab4729ec..bc7f7366 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -28,11 +28,6 @@ else
let &softtabstop = &shiftwidth
endif
-" Let me backspace over pretty much anything
-set backspace+=eol " Line breaks
-set backspace+=indent " Spaces from 'autoindent'
-set backspace+=start " The start of current insertion
-
" Try to keep backups in one system-appropriate dir, including full encoded
" path in filename (trailing double slash) if supported (v8.1.251)
set backup