aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-22 23:51:11 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-22 23:51:11 +1200
commit15a908c369202ee3275add97e34c34f9e4aaebd7 (patch)
tree084af0da3b675cb71bf4a28a02f226d0a7a8a82c
parentAdjust comment indent on .vimrc indent settings (diff)
downloaddotfiles-15a908c369202ee3275add97e34c34f9e4aaebd7.tar.gz
dotfiles-15a908c369202ee3275add97e34c34f9e4aaebd7.zip
Remove unneeded :vnoremap command
-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>