[ADD][VIM] Mapping to remove search highlighting
This commit is contained in:
parent
cca1075b5b
commit
7701eb13d3
|
@ -351,6 +351,9 @@ map <Leader>es :source $MYVIMRC<CR>
|
||||||
" Run make silently, then skip the 'Press ENTER to continue'
|
" Run make silently, then skip the 'Press ENTER to continue'
|
||||||
noremap <Leader>m :silent! :make! \| :redraw!<CR>
|
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
|
" Better fr layout mappings for vim-unimpaired and other '[' and ']' commands
|
||||||
nmap ( [
|
nmap ( [
|
||||||
nmap ) ]
|
nmap ) ]
|
||||||
|
|
Loading…
Reference in a new issue