nvim: after: plugin: fzf: Add key mapping for recently accessed buffers

Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
Sanchayan Maity 2020-07-22 14:49:27 +05:30
parent e097977213
commit c134bd4326
1 changed files with 1 additions and 0 deletions

View File

@ -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>