Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/unclebill/vim-fzf-picker
- Owner: UncleBill
- Created: 2020-12-15T14:46:24.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-18T11:00:46.000Z (almost 4 years ago)
- Last Synced: 2024-10-19T23:27:06.043Z (about 1 month ago)
- Language: Vim script
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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