From 15a908c369202ee3275add97e34c34f9e4aaebd7 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 22 Jun 2018 23:51:11 +1200 Subject: Remove unneeded :vnoremap command --- vim/vimrc | 1 - 1 file changed, 1 deletion(-) diff --git a/vim/vimrc b/vim/vimrc index 98feadf6..41bffa51 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -222,7 +222,6 @@ nnoremap " Preserve the flags for a pattern when repeating a substitution with & nnoremap & :&& -vnoremap & :&& " Pressing ^L will clear highlighting until the next search-related operation nnoremap :nohlsearch -- cgit v1.2.3