nvim-telescope/telescope-ui-select.nvim

Callback to each item without close the window

kqvanity opened this issue · 0 comments

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.