Back to <leader>nh for removing highlight

This commit is contained in:
2021-10-20 19:00:52 +03:00
parent 9060a1d0bb
commit 77e1bad8c8

View File

@@ -25,7 +25,7 @@ tnoremap <A-k> <C-\><C-n><C-w>k
tnoremap <A-l> <C-\><C-n><C-w>l tnoremap <A-l> <C-\><C-n><C-w>l
" Remove search highlighting " Remove search highlighting
noremap <leader>h :nohl<CR> noremap <leader>nh :nohl<CR>
" Use Ctrl+A to select the whole file " Use Ctrl+A to select the whole file
nnoremap <C-a> ggVG nnoremap <C-a> ggVG