Skip to content

How to send all results to trouble.nvim? #1109

Answered by ibhagwan
quantum-booty asked this question in Q&A
Discussion options

You must be logged in to vote

You can use the same action mentioned in #431 but also send a select-all commands to fzf, for example:

require'fzf-lua'.setup {
  files = {
    actions = { ['ctrl-t'] = { fn = _G.my_action, prefix = 'select-all+' } },
  }
}

EDIT: Btw, you can also invert selection with toggle-all, see #807, and man fzf and search for AVAILABLE ACTIONS to understand how/why this works.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by quantum-booty
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants