nvim: init.vim: Add missing shortcut for Rg
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
2a5e0f8a73
commit
e86154f9e1
1 changed files with 1 additions and 0 deletions
|
@ -222,6 +222,7 @@ nnoremap <Leader>vm :Commands<CR>
|
|||
nnoremap <Leader>vo :Locate<SPACE>
|
||||
nnoremap <Leader>vk :Maps<CR>
|
||||
nnoremap <Leader>d :exe ':Rg ' . expand('<cword>')<CR>
|
||||
nnoremap <Leader>/ :Rg<CR>
|
||||
" Quick buffer switching
|
||||
nnoremap <Leader>b :ls<CR>:b<Space>
|
||||
" Undo tree
|
||||
|
|
Loading…
Reference in a new issue