nvimrc: Update keymap for rg search

This commit is contained in:
Rob Watson 2021-12-16 23:44:18 +01:00
parent fb087af62b
commit 337eeed5fd
1 changed files with 1 additions and 1 deletions

2
nvimrc
View File

@ -368,7 +368,7 @@ let g:fzf_action = {
nmap <leader>t :GFiles<cr>
nmap <leader>T :Files<cr>
nmap <leader>b :Buffers<cr>
nmap <leader>gg :Rg<cr>
nmap <leader>rg :Rg<cr>
" Lightline configuration:
packadd! lightline.vim " https://github.com/itchyny/lightline.vim.git