add silent to ToggleHighlight() mapping

This commit is contained in:
Ray Elliott 2020-07-31 15:44:12 +01:00
parent fde3ddf2be
commit 03bd46bf9e
1 changed files with 1 additions and 1 deletions

View File

@ -348,7 +348,7 @@ nnoremap <silent> <cr>s :syntax on<cr>
nnoremap <silent> <cr>S :syntax off<cr>
" miscallaneous {{{
nnoremap <cr>l :colorscheme paper-custom<cr>
nnoremap <cr>c :call ToggleHighlights()<cr>
nnoremap <silent> <cr>c :call ToggleHighlights()<cr>
nnoremap <cr>d :colorscheme monotonous-dark<cr>
nnoremap 0 ^
nnoremap <silent><space>cs :let @/=""<cr>