update: mapping for clear last search

This commit is contained in:
ManjaroOne666 2018-11-19 17:02:54 +00:00
parent 886037f076
commit eda44463ed
1 changed files with 1 additions and 0 deletions

1
vimrc
View File

@ -986,6 +986,7 @@ let g:mapleader = ' '
" miscallaneous {{{
nnoremap 0 ^
nnoremap <silent><space>cs :let @/=""<cr>
nnoremap : :setlocal norelativenumber<CR>:
nnoremap <silent> <space>rc :so $MYVIMRC<CR>
nnoremap <silent> <space>nn :set invrelativenumber<CR>