diff --git a/.vimrc b/.vimrc index 16212dc..90d6654 100644 --- a/.vimrc +++ b/.vimrc @@ -215,7 +215,7 @@ nmap ,cs :silent call CopyFileName(0) map ]b :call OpenInWebBrowser() "remove search highlight and refresh -nnoremap :nohl +nnoremap :nohl:syn sync fromstart " }}} " FUNCTIONS: usefull functions for all of th files {{{