aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-28 22:12:36 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-28 22:12:36 +1300
commit8d59180a2d2a6c404e77011c2e8ba4cdac09c36a (patch)
tree6d3644fda5652815b0a25b8f6cda42df24db16a6 /vim/vimrc
parentMove 'shellslash' .vimrc conf into cmds subfile (diff)
downloaddotfiles-8d59180a2d2a6c404e77011c2e8ba4cdac09c36a.tar.gz
dotfiles-8d59180a2d2a6c404e77011c2e8ba4cdac09c36a.zip
Move visual-mode .vimrc config into subfile
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