diff options
| author | Nirmal Kumar R <tildezero@gmail.com> | 2026-05-31 13:28:36 +0530 |
|---|---|---|
| committer | Nirmal Kumar R <tildezero@gmail.com> | 2026-05-31 13:28:36 +0530 |
| commit | 038345b5a013fab80698a3d04456425282f90011 (patch) | |
| tree | 8a45597a659c57d7804af0c9e79bf187af33c07d | |
| parent | 8de72f3c294e841ec0f3a4f03b4d1b14699a0b7d (diff) | |
Add fzf and the_silver_searcher shortcuts
| -rw-r--r-- | vimrc | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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> |
