Add fzf and the_silver_searcher shortcuts

This commit is contained in:
2024-04-14 21:09:25 +05:30
parent 77ff37afc0
commit 47c2c5e214

5
vimrc
View File

@@ -86,3 +86,8 @@ nmap <C-d> <Plug>(coc-definition)
" refactor with renaming Go code
nmap <leader>r <Plug>(coc-rename)
" fzf
nnoremap <C-p> :Files<Cr>
" the_silver_searcher
nnoremap <C-g> :Ag<Cr>