add Rg search binding

This commit is contained in:
Rahsheen Porter 2022-01-17 18:49:14 -05:00
parent 5af414e4aa
commit 7ec203a8de
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ vnoremap K :m '<-2<CR>gv=gv
nnoremap / /\v
vnoremap / /\v
nnoremap <leader>/ :Rg<space>
vnoremap <leader>/ :Rg<space>
nnoremap <leader>` :noh<cr>
nnoremap <tab> %
vnoremap <tab> %