glance.nvim icon indicating copy to clipboard operation
glance.nvim copied to clipboard

Feature request: able to select and alt+q to push selections into quickfix

Open ogios opened this issue 1 year ago • 2 comments

this is and example from Telescope lsp_references, it's able to use <Tab> to select and <M-q> to push selections to quickfix

image

image

ogios avatar Mar 22 '24 06:03 ogios

  ['<C-q>'] = actions.quickfix should send the result into quickfix, right? @ogios 

dinhmai74 avatar Apr 13 '24 09:04 dinhmai74

@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

ogios avatar Apr 13 '24 12:04 ogios