nvim-telescope / telescope-ui-select.nvim

MIT License
774 stars 18 forks source link

[BUG] Triggering the select closes the active telescope window #20

Open cagdassalur opened 1 year ago

cagdassalur commented 1 year ago

Let's say i have the live grep picker open, if i trigger ui-select, after selecting an option i'm back at the main nvim view, live grep picker is gone.

Is there a way to keep the existing picker open in the background? Or at least have it open after closing the ui-select?