aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc6
1 files changed, 0 insertions, 6 deletions
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 & :&&<CR>
vnoremap & :&&<CR>
-" 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