From 8d59180a2d2a6c404e77011c2e8ba4cdac09c36a Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 28 Oct 2017 22:12:36 +1300 Subject: Move visual-mode .vimrc config into subfile --- vim/vimrc | 6 ------ 1 file changed, 6 deletions(-) (limited to 'vim/vimrc') diff --git a/vim/vimrc b/vim/vimrc index 4571d903..35ab717f 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -67,12 +67,6 @@ set sidescrolloff=16 nnoremap & :&& vnoremap & :&& -" When in visual block mode, let me move the cursor anywhere in the buffer; -" don't restrict me only to regions with text -if has('virtualedit') - set virtualedit+=block -endif - " 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