/vim-fzf-picker

Use native fzf in vim

Primary LanguageVim Script

vim-fzf-picker

Use fzf natively in Vim.

fzf-picker

Usage

:FzfPick

fzf-picker doesn't have default mappings, you would be better config yourself. like:

nnoremap <c-p> :FzfPick<CR>

" In case your vim included patch-8.2.1978
noremap <c-p> <Cmd>FzfPick<CR>

How to install

Have fzf installed, then add this plugin to your .vimrc

Plug  'unclebill/vim-fzf-picker'

Alternatives

License

MIT

Author

unclebill