From 67f2fdc6d8679d5932b0bc9c757db79735d81b09 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 28 Oct 2017 22:26:28 +1300 Subject: Move 'tildeop' .vimrc config into subfile This is an awkward filename and very unlikely to ever have anything but this one setting in it, but I can't think of any logical other place to put it. --- vim/vimrc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'vim/vimrc') diff --git a/vim/vimrc b/vim/vimrc index 5b5851d8..ce487bc4 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -31,7 +31,3 @@ nnoremap J mzJ`z " 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 - -" 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