nvim: init.vim: Add fzf git files shortcut
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
1bacbb49f0
commit
198e20a898
1 changed files with 1 additions and 0 deletions
|
@ -143,6 +143,7 @@ nmap <Leader>s :%s//g<Left><Left>
|
|||
nnoremap <Leader>n :NERDTree<CR>
|
||||
" Open fuzzy file search
|
||||
nnoremap <Leader>f :Files<CR>
|
||||
nnoremap <Leader>gf :GFiles<CR>
|
||||
" Use ripgrep to search for content in files
|
||||
nnoremap <Leader>/ :Rg<CR>
|
||||
|
||||
|
|
Loading…
Reference in a new issue