From 77e1bad8c8d2068e7c470cb4ce6ac5554cbbd49a Mon Sep 17 00:00:00 2001 From: Daniil Tsivinsky Date: Wed, 20 Oct 2021 19:00:52 +0300 Subject: [PATCH] Back to nh for removing highlight --- config/nvim/remaps.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/nvim/remaps.vim b/config/nvim/remaps.vim index 330b445..567d58f 100644 --- a/config/nvim/remaps.vim +++ b/config/nvim/remaps.vim @@ -25,7 +25,7 @@ tnoremap k tnoremap l " Remove search highlighting -noremap h :nohl +noremap nh :nohl " Use Ctrl+A to select the whole file nnoremap ggVG