ag.vim icon indicating copy to clipboard operation
ag.vim copied to clipboard

Changing quickfix result order

Open bruschill opened this issue 9 years ago • 2 comments

Is it possible to change the order in which the results are displayed in the quickfix window? I'd like the results to be displayed from bottom to top (much like how ctrlp does by default), the opposite of what's displayed in my screenshot. It's pretty trivial, but for whatever reason it's been bugging me.

Also, is it possible to remove the highlight from the line?

ag

bruschill avatar Jul 08 '15 23:07 bruschill

Not sure, but I like the idea. I'd also like to delete entries (e.g. when I've decided they're not relevant or changed those lines, like in eclipse).

losingkeys avatar Jul 09 '15 00:07 losingkeys

@losingkeys You might like the quickfix reflector plugin: https://github.com/stefandtw/quickfix-reflector.vim

It allows editing of the QuickFix window (including deletion of lines), and also a write-back of modified text in the QuickFix window, giving a nice workflow for global search-and-replace across files.

drmikehenry avatar May 18 '16 11:05 drmikehenry