Remap <C-n> to :noh

This commit is contained in:
wunewww 2024-05-05 11:08:08 +08:00
parent 38c211f4bd
commit 5cfe442445

3
vimrc.d/03-remaps.vim Normal file
View File

@ -0,0 +1,3 @@
" Remaps which are not related to packages
nnoremap <C-n> :nohlsearch<CR>