nix-config/home/vim/after/plugin/mappings/fzf.vim
Bruno BELANYI 0435a50675 home: vim: cut back on fzf mappings
I only ever use the buffer and files regularly.
2021-12-22 23:34:46 +01:00

6 lines
153 B
VimL

" Only git-tracked files, Vim needs to be in a Git repository
nnoremap <Leader>ff :GFiles<CR>
" Currently open buffers
nnoremap <Leader>fb :Buffers<CR>