From b4b53a9a9bee55e8bdcbe91201305a87fcafca60 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 28 Oct 2017 22:23:25 +1300 Subject: Move substitution .vimrc config into subfile --- vim/vimrc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'vim/vimrc') diff --git a/vim/vimrc b/vim/vimrc index 040d1165..6e536c33 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -36,11 +36,6 @@ set backspace=indent,eol,start " zero-padded decimal, so increment and decrement with ^A and ^X on that basis set nrformats-=octal -" Preserve the flags for a pattern when repeating a substitution with &; I don't -" really understand why this isn't a default, but there it is -nnoremap & :&& -vnoremap & :&& - " Use the tilde as an operator with motions, rather than just swapping the " case of the character under the cursor set tildeop -- cgit v1.2.3