Skip to content

Filter and jump to quickfix list errors with fzf

License

Notifications You must be signed in to change notification settings

asford/fzf-quickfix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fzf ❤️ quickfix

Installation

Use your favorite (Neo)vim plugin manager to install fzf-quickfix.

Plug 'junegunn/fzf', {'dir': '~/.fzf', 'do': './install --all'}
Plug 'fszymanski/fzf-quickfix'

" OR

" Lazy loading
Plug 'junegunn/fzf', {'dir': '~/.fzf', 'do': './install --all'}
Plug 'fszymanski/fzf-quickfix, {'on': '<Plug>(fzf-quickfix)'}

nmap <Leader>q <Plug>(fzf-quickfix)

Documentation

For more information, see :help fzf_quickfix.txt.

License

MIT

About

Filter and jump to quickfix list errors with fzf

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published