dotfiles

dotfile of sort
git clone git://git.nirm.al/dotfiles
Log | Files | Refs | README | LICENSE

commit 47c2c5e2147a6328ef802bdcc48a0a64efecfc7d
parent 77ff37afc073ec547af0f2876bf937d780312ec8
Author: Nirmal Kumar R <tildezero@gmail.com>
Date:   Sun, 14 Apr 2024 21:09:25 +0530

Add fzf and the_silver_searcher shortcuts

Diffstat:
Mvimrc | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/vimrc b/vimrc @@ -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>