From f5ecb57445f1cbff0dc16428d9c04ec1d0fe46de Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 28 Oct 2017 22:25:53 +1300 Subject: Move backspace .vimrc config into subfile --- vim/config/backspace.vim | 3 +++ vim/vimrc | 4 ---- 2 files changed, 3 insertions(+), 4 deletions(-) create mode 100644 vim/config/backspace.vim diff --git a/vim/config/backspace.vim b/vim/config/backspace.vim new file mode 100644 index 00000000..a4089a68 --- /dev/null +++ b/vim/config/backspace.vim @@ -0,0 +1,3 @@ +" Let me backspace over pretty much anything, even if it's not text I inserted +" in the current session +set backspace=indent,eol,start 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 -- cgit v1.2.3