aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vim/vimrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 98feadf6..41bffa51 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -222,7 +222,6 @@ nnoremap <Space> <C-F>
" Preserve the flags for a pattern when repeating a substitution with &
nnoremap <silent> & :<C-U>&&<CR>
-vnoremap <silent> & :<C-U>&&<CR>
" Pressing ^L will clear highlighting until the next search-related operation
nnoremap <silent> <C-L> :<C-U>nohlsearch<CR><C-L>