nvim: after: plugin: fzf: Add key mapping for recently accessed buffers
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
e097977213
commit
c134bd4326
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
nnoremap <Leader>b :Buffers<CR>
|
||||
nnoremap <Leader>B :History<CR>
|
||||
nnoremap <Leader>/ :GFiles?<CR>
|
||||
nnoremap <Leader>ff :GFiles<CR>
|
||||
nnoremap <Leader>fF :Files<CR>
|
||||
|
|
Loading…
Reference in a new issue