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