Add noh keybind to .ideavimrc

This commit is contained in:
Yash Karandikar 2023-10-12 16:34:36 -05:00
parent be5e32812c
commit a361bbd019

View file

@ -9,6 +9,9 @@ map <C-z> :tabp<CR>
map <C-x> :tabn<CR>
map <C-c> :tabnew<CR>
" keybinding for removing search highlights
nnoremap \\ :noh<CR>
" save/quit
nnoremap <C-s> :w<CR>
nnoremap <C-q> :q<CR>