rking / ag.vim

Vim plugin for the_silver_searcher, 'ag', a replacement for the Perl module / CLI script 'ack'
1.74k stars 131 forks source link

Changing quickfix result order #104

Open bruschill opened 9 years ago

bruschill commented 9 years ago

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
losingkeys commented 9 years ago

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).

drmikehenry commented 8 years ago

@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.