aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index feeba6e9..b52a5368 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -171,7 +171,7 @@ if v:version >= 700
endif
" Remap normal/visual & to preserve substitution flags
-nnoremap <silent> & :<C-U>&&<CR>
+nnoremap <silent> & :&&<CR>
if v:version >= 700
xnoremap <silent> & :&&<CR>
endif