From 3260ef7ee3cb8c107b810d4b7feb38ccc79bdfda Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 2 Jul 2018 11:17:12 +1200 Subject: Correct mapping Exclude operator mode, and restore visual/select selection. --- vim/vimrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'vim') diff --git a/vim/vimrc b/vim/vimrc index 15d86763..5b47d98f 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -165,7 +165,8 @@ if has('windows') endif " Stack normal/visual/select Ctrl-L to clear search highlight -noremap :nohlsearch +nnoremap :nohlsearch +vnoremap :nohlsearchgv " Stack insert Ctrl-C to undo the escaped insert operation " Default to not-quite-correct vim-tiny-compatible map if no plugin -- cgit v1.2.3