vim: use non-buggy keybind for :noh

This commit is contained in:
Marco Thomas
2023-08-21 12:14:42 +02:00
parent e81079d8c4
commit c8d3d8bc0e

View File

@@ -161,7 +161,7 @@ map <C-M> :messages<CR>
map <C-_> :Commentary<CR>
" clear search highlighting faster
map <esc> :noh <CR>
map <Esc><Esc> :noh <CR>
" Codi
cabbrev py CodiNew python