Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changing quickfix result order #104

Open
bruschill opened this issue Jul 8, 2015 · 2 comments
Open

Changing quickfix result order #104

bruschill opened this issue Jul 8, 2015 · 2 comments

Comments

@bruschill
Copy link

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 bruschill changed the title Changing result order Changing quickfix result order Jul 8, 2015
@losingkeys
Copy link
Collaborator

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants