pechorin / any-jump.vim

Jump to any definition and references 👁 IDE madness without overhead 🚀
1.07k stars 40 forks source link

Feature Request: Push results to quickfix list #89

Closed rktjmp closed 2 years ago

rktjmp commented 3 years ago

It would be great if I could send my any-jump results to the quickfix list.

If it came with it's own command to map separately, that would be helpful too (i.e. so I can do nmap <leader>jq :AnyJumpToQF<CR>)

Doing something like :grep <cword> doesn't have the excellent SNR that any-jump has.

rktjmp commented 2 years ago

https://github.com/pechorin/any-jump.vim/blob/67b17372342826355c015427a5cdbda7c5d3e3b9/plugin/any-jump.vim#L41-L44

kqvanity commented 2 months ago

@rktjmp Found other solution?