Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/unclebill/vim-fzf-picker

Use native fzf in vim
https://github.com/unclebill/vim-fzf-picker

Last synced: 29 days ago
JSON representation

Use native fzf in vim

Awesome Lists containing this project

README

        

# vim-fzf-picker

Use fzf **natively** in Vim.

![fzf-picker](https://user-images.githubusercontent.com/1141198/102230088-696da580-3f27-11eb-90df-c1c40e09025f.gif)

## Usage

```
:FzfPick
```

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

```viml
nnoremap :FzfPick

" In case your vim included patch-8.2.1978
noremap FzfPick
```

## How to install

Have [fzf](https://github.com/junegunn/fzf) installed, then add this plugin to your `.vimrc`

```viml
Plug 'unclebill/vim-fzf-picker'
```

## Alternatives

- [junegunn/fzf.vim](https://github.com/junegunn/fzf.vim)
- [ctrlpvim/ctrlp.vim](https://github.com/ctrlpvim/ctrlp.vim/)

## License

MIT

## Author

unclebill