From 7701eb13d33e4de34d229a57c85bf241d99a41ef Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Thu, 17 Oct 2019 16:52:30 +0200 Subject: [PATCH] [ADD][VIM] Mapping to remove search highlighting --- vim/.vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vim/.vimrc b/vim/.vimrc index 862e5ee..31f1d79 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -351,6 +351,9 @@ map es :source $MYVIMRC " Run make silently, then skip the 'Press ENTER to continue' noremap m :silent! :make! \| :redraw! +" Remove search-highlighting +noremap :nohls + " Better fr layout mappings for vim-unimpaired and other '[' and ']' commands nmap ( [ nmap ) ]