nvim/after/plugin/fzf.vim
2018-07-26 09:48:07 +02:00

8 lines
156 B
VimL

map gf :GFiles<cr>
map <Leader>gf :Files<cr>
map gb :Buffers<cr>
map gs :GFiles?<cr>
map <Leader>ag :Ag<space>
imap <C-x><M-C-F> <plug>(fzf-complete-file)