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

Multiple search results, without overwriting old ones (multiple tabs) #15

Open
maciejkowalski opened this issue Jun 13, 2013 · 4 comments

Comments

@maciejkowalski
Copy link
Collaborator

Hi!

Is there a possibility to view multiple search results without overwriting old ones (different tabs)?

eg
I search :Ag "float: right;"
I see search results

I open new tab:
next I type :Ag sentences_hb
And got next search results

But my old ones (for float: right) results are gone (in previous tab).

Is it possible to implement that?

@maciejkowalski
Copy link
Collaborator Author

C'mon. Bump. (edited and added more info)

@rking
Copy link
Owner

rking commented Jul 18, 2013

Have you tinkered with a patch (or proof of concept) to make this work?

I'm not online much, lately.

@losingkeys
Copy link
Collaborator

Wouldn't this be as simple as using the location-list instead of the (default) error list? Also, :help quickfix-error-lists seems like it might be useful here.

@losingkeys
Copy link
Collaborator

Hmm... it looks like there are multiple lists... but we'd have to remember which windows corresponded to each list and do something like :colder when switching windows, and that would only support up to 10 different error lists.

Numkil pushed a commit to Numkil/ag.nvim that referenced this issue Dec 18, 2015
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