nvim-telescope / telescope-ui-select.nvim

MIT License
774 stars 18 forks source link

Callback to each item without close the window #48

Open kqvanity opened 4 months ago

kqvanity commented 4 months ago

When prompted with a window of items, choosing an item will invoke the corresponding callback and then terminate the window. I was wondering if there's a way to keep invoking the callback to every item, and only close the window when hitting ESC for example.