Add cancel highlight search in nvim
This commit is contained in:
parent
1e06aa0dfe
commit
a95507d973
3
init.vim
3
init.vim
|
@ -184,3 +184,6 @@ nnoremap <silent><nowait> <space>j :<C-u>CocNext<CR>
|
||||||
nnoremap <silent><nowait> <space>k :<C-u>CocPrev<CR>
|
nnoremap <silent><nowait> <space>k :<C-u>CocPrev<CR>
|
||||||
" Resume latest coc list
|
" Resume latest coc list
|
||||||
nnoremap <silent><nowait> <space>p :<C-u>CocListResume<CR>
|
nnoremap <silent><nowait> <space>p :<C-u>CocListResume<CR>
|
||||||
|
|
||||||
|
" Remove highlight Search
|
||||||
|
nnoremap <SPACE> :noh<cr>
|
||||||
|
|
Loading…
Reference in a new issue