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

https://github.com/brettbuddin/fzf-quickfix

fszymanski/fzf-quickfix was deleted so this is a fork.
https://github.com/brettbuddin/fzf-quickfix

Last synced: 4 months ago
JSON representation

fszymanski/fzf-quickfix was deleted so this is a fork.

Awesome Lists containing this project

README

          

# fzf :heart: quickfix

![](https://user-images.githubusercontent.com/25827968/63228948-0d8ff100-c1fb-11e9-95d8-e5df195ba18e.png)

## Requirements
- [fzf](https://github.com/junegunn/fzf)

## Installation

Using the (Neo)vim built-in (kind of) plugin manager:

```sh
$ cd path/to/pack/foo/start
$ git clone https://github.com/fszymanski/fzf-quickfix.git
```

Using your favorite (Neo)vim plugin manager:

```vim
Plug 'fszymanski/fzf-quickfix', {'on': 'Quickfix'}

nnoremap q :Quickfix
nnoremap l :Quickfix!

```

## Documentation

For more information, see `:help fzf_quickfix.txt`.

## License

MIT