mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-21 19:11:30 +01:00
vim: fix nohighlight shortcut
This commit is contained in:
parent
63fdbc59ae
commit
3ee43774cc
|
@ -33,7 +33,8 @@ map <leader>cn :cn<CR>
|
|||
" previous cope error
|
||||
map <leader>cp :cp<CR>
|
||||
|
||||
map <silent> <leader><CR> :noh<CR> "disable highlighting for current word
|
||||
"disable highlighting for current word
|
||||
map <silent> <leader><CR> :noh<CR>
|
||||
map <leader>ss :setlocal spell!<CR>
|
||||
|
||||
nnoremap <leader>mk :bel copen<bar>silent (cargo run) !<bar>redraw!<CR>
|
||||
|
|
Loading…
Reference in New Issue
Block a user