FZF-Quickfix-plus is a plugin design to quickly navigate quickfix and location list window. It provide the default functionality of FZF search:
- Open multiple results.
- Open in new tab, split and vsplit.
Using the (Neo)vim built-in (kind of) plugin manager:
$ cd path/to/pack/foo/start
$ git clone https://github.com/aradzu10/fzf-quickfix-plus.git
Using your favorite (Neo)vim plugin manager:
Plug 'aradzu10/fzf-quickfix-plus', {'on': 'Quickfix'}
nnoremap <Leader>q :Quickfix<CR>
nnoremap <Leader>l :Quickfix!<CR>
For more information, see :help fzf_quickfix.txt
.
MIT