[ADD][VIM] Mapping to remove search highlighting

This commit is contained in:
Bruno BELANYI 2019-10-17 16:52:30 +02:00
parent cca1075b5b
commit 7701eb13d3

View file

@ -351,6 +351,9 @@ map <Leader>es :source $MYVIMRC<CR>
" Run make silently, then skip the 'Press ENTER to continue'
noremap <Leader>m :silent! :make! \| :redraw!<CR>
" Remove search-highlighting
noremap <Leader><Leader> :nohls<CR>
" Better fr layout mappings for vim-unimpaired and other '[' and ']' commands
nmap ( [
nmap ) ]