aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 7dbc1bfd..f4a6eac4 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -176,7 +176,7 @@ endif
" Substitution
nnoremap & :&&<CR>
-xnoremap & :&&<CR>
+vnoremap & :&&<CR>
" Swaps
if !strlen($SUDO_USER) && has('unix')