junegunn / fzf.vim

fzf :heart: vim
MIT License
9.62k stars 584 forks source link

qf buffers support #1492

Open sum12 opened 1 year ago

sum12 commented 1 year ago

wanted to share this diff.

this is first time I wrote vimscript, so not elegant at all and very hacky. but I have certain command that dump to qf. but fzf lets me filter and preview that list (using bat, which offers scroll).

This helps a lot when I just want to read some code from multiple files without actually switching buffer and such.

Feel free to use the diff as the way you like or just close the PR. But I would prefer to not carry this patch as updates might break