1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-06-26 10:28:34 +02:00

vim: improve explanation for <leader><CR> command

This commit is contained in:
bretello 2024-06-08 18:27:40 +02:00
parent 68ae85b752
commit 1b3178b264
Signed by: brethil
GPG Key ID: 876AAC6290170FE7

View File

@ -50,7 +50,7 @@ map <leader>N :cnext<CR>
" previous cope error
map <leader>P :cprevious<CR>
"disable highlighting for current word
"disable highlighting current search word
map <silent> <leader><CR> :noh<CR>
map <leader>S :setlocal spell!<CR>