aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-28 22:25:53 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-28 22:25:53 +1300
commitf5ecb57445f1cbff0dc16428d9c04ec1d0fe46de (patch)
treed6b0f7f72a284b775e2acaca9a5fa3a4b8a99857 /vim/vimrc
parentMove yanking .vimrc config into subfile (diff)
downloaddotfiles-f5ecb57445f1cbff0dc16428d9c04ec1d0fe46de.tar.gz
dotfiles-f5ecb57445f1cbff0dc16428d9c04ec1d0fe46de.zip
Move backspace .vimrc config into subfile
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc4
1 files changed, 0 insertions, 4 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 889cff01..5b5851d8 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -28,10 +28,6 @@ endif
" to it; note that it wipes out your z mark, if you happen to use it
nnoremap J mzJ`z
-" Let me backspace over pretty much anything, even if it's not text I inserted
-" in the current session
-set backspace=indent,eol,start
-
" Don't assume a number with a leading zero is octal; it's far more likely a
" zero-padded decimal, so increment and decrement with ^A and ^X on that basis
set nrformats-=octal