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 ) ]