Add fzf and the_silver_searcher shortcuts

This commit is contained in:
2026-05-31 13:28:36 +05:30
parent 8de72f3c29
commit 038345b5a0
+5
View File
@@ -86,3 +86,8 @@ nmap <C-d> <Plug>(coc-definition)
" refactor with renaming Go code " refactor with renaming Go code
nmap <leader>r <Plug>(coc-rename) nmap <leader>r <Plug>(coc-rename)
" fzf
nnoremap <C-p> :Files<Cr>
" the_silver_searcher
nnoremap <C-g> :Ag<Cr>