Skip to content

Filter and jump to quickfix and location list with fzf

License

Notifications You must be signed in to change notification settings

aradzu10/fzf-quickfix-plus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fzf ❤️ quickfix

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.

Requirements

Installation

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>

Documentation

For more information, see :help fzf_quickfix.txt.

License

MIT

About

Filter and jump to quickfix and location list with fzf

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%