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.
- Host: GitHub
- URL: https://github.com/brettbuddin/fzf-quickfix
- Owner: brettbuddin
- License: mit
- Created: 2021-11-04T00:20:10.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-04T00:23:02.000Z (over 4 years ago)
- Last Synced: 2025-01-01T23:30:19.568Z (over 1 year ago)
- Language: Vim script
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fzf :heart: quickfix

## 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