Add cancel highlight search in nvim

This commit is contained in:
Xamora 2023-12-10 07:37:01 +01:00
parent 1e06aa0dfe
commit a95507d973

View file

@ -184,3 +184,6 @@ nnoremap <silent><nowait> <space>j :<C-u>CocNext<CR>
nnoremap <silent><nowait> <space>k :<C-u>CocPrev<CR>
" Resume latest coc list
nnoremap <silent><nowait> <space>p :<C-u>CocListResume<CR>
" Remove highlight Search
nnoremap <SPACE> :noh<cr>