vim: fix nohighlight shortcut

feature/symbol-search
bretello 2020-12-28 12:16:19 +01:00
parent 63fdbc59ae
commit 3ee43774cc
1 changed files with 2 additions and 1 deletions

View File

@ -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>