Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/taoso/fzf.vim


https://github.com/taoso/fzf.vim

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# fzf

Simple fzf binding, supporting both vim8 and neovim.

Add the following map to use.
```viml
nnoremap :call fzf#Open()
```