From a95507d973566214b6fa621af8c1a8d987b0e8bd Mon Sep 17 00:00:00 2001 From: Xamora Date: Sun, 10 Dec 2023 07:37:01 +0100 Subject: [PATCH] Add cancel highlight search in nvim --- init.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.vim b/init.vim index f7261cd..f072b8e 100644 --- a/init.vim +++ b/init.vim @@ -184,3 +184,6 @@ nnoremap j :CocNext nnoremap k :CocPrev " Resume latest coc list nnoremap p :CocListResume + +" Remove highlight Search +nnoremap :noh