glance.nvim
glance.nvim copied to clipboard
Feature request: able to select and alt+q to push selections into quickfix
this is and example from Telescope lsp_references, it's able to use <Tab> to select and <M-q> to push selections to quickfix
['<C-q>'] = actions.quickfix should send the result into quickfix, right? @ogios
@dinhmai74 yes, but it pushes all results into quickfix.
if there's too many, it would be great to preview them in glance.nvim and only select some of them into quickfix