nix-config/home/vim/after/plugin/mappings/fzf.vim

6 lines
153 B
VimL
Raw Normal View History

2021-02-23 16:08:46 +01:00
" Only git-tracked files, Vim needs to be in a Git repository
nnoremap <Leader>ff :GFiles<CR>
2021-02-23 16:08:46 +01:00
" Currently open buffers
nnoremap <Leader>fb :Buffers<CR>