Mots clés : vimfull-text-searchhighlightvim
98
:noh
set nohlsearch
set hlsearch! nnoremap <F3> :set hlsearch!<CR>
80
:let @/ = ""
77
:noh
70
"This unsets the "last search pattern" register by hitting return nnoremap <CR> :noh<CR><CR>
50
" Clear highlighting on escape in normal mode nnoremap <esc> :noh<return><esc> nnoremap <esc>^[ <esc>^[