Skip to content
Discussion options

You must be logged in to vote

Yes, it is possible with default choose_marked action (which by default populates quickfix list if appropriate). So:

  • Select all matched items with <C-a> (or mark_all mapping in general).
  • Press <M-CR> (or choose_marked in general).

This workflow is more flexible and allows marking items after several queries. So:

  • Limit matches first time. For example, type .lua$ query.
  • Press <C-a> to mark all items.
  • Clear the query with <C-u> and limit matches more. For example, type ^nvim.
  • Press <C-a>.
  • Repeat until necessary.
  • Press <M-CR> to put all marked items across several queries to quickfix list.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@monooso
Comment options

Answer selected by echasnovski
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested mini.pick
2 participants