From eed5c3a4c4d01ea69ab653a6da036fa59cdb71ee Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 1 Nov 2017 14:42:22 +1300 Subject: Move 'tildeop' setting to new case.vim file Since it pertains to the casing of text, and there are potentially other items that could go in here too. --- vim/config/case.vim | 3 +++ vim/config/tildeop.vim | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 vim/config/case.vim delete mode 100644 vim/config/tildeop.vim diff --git a/vim/config/case.vim b/vim/config/case.vim new file mode 100644 index 00000000..bb21aefd --- /dev/null +++ b/vim/config/case.vim @@ -0,0 +1,3 @@ +" Use the tilde as an operator with motions, rather than just swapping the +" case of the character under the cursor +set tildeop diff --git a/vim/config/tildeop.vim b/vim/config/tildeop.vim deleted file mode 100644 index bb21aefd..00000000 --- a/vim/config/tildeop.vim +++ /dev/null @@ -1,3 +0,0 @@ -" 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