aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-18 13:55:43 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-18 13:55:43 +1200
commit11bee5281cbc9e0ed937937ad31212dfcc4b2426 (patch)
tree932222f5c0d6cc7014719963fca5b0643d037bc0
parentUpdate vim-regex-escape to v0.2.0 (diff)
downloaddotfiles-11bee5281cbc9e0ed937937ad31212dfcc4b2426.tar.gz
dotfiles-11bee5281cbc9e0ed937937ad31212dfcc4b2426.zip
Try doing without 'backspace' settings
Let's see how we go without this.
-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