Skip to content
Discussion options

You must be logged in to vote

What I don't get is how to mark files ...

Make an item current and execute "Mark" action, which is <C-x> by default. It is also possible to mark all present matches with mark_all, which is <C-a> by default.

... and how to then generate the list.

Execute "Choose marked" action. By default with <M-CR>. What it does exactly depends on how it is defined in picker's source, but the default one indeed tries to detect common types of items that is reasonable to send to quickfix (like paths/buffers with/without positions).

So either it'd be beneficial to have a "use last picker" feature

This is also possible with builtin resume picker. Executing :Pick resume will open a latest picker at the…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@eric-hansen
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