Is your feature request related something that is currently hard to do? Please describe.
Describe the solution you'd like
Let popup focusable and we can use it like the normal window.
Describe alternatives you've considered
Additional context
Neovim's floating_win doesn't have these issues as it's a normal window.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.![]()
If i understand correct - the ability to focus on popup window is controversy with vim popup ideology =/
Making popup focusable is my thought to resolve the difficulties I mentioned above. If there are some other ways out, I'm all ears :(.
+1. This is unnecessary api limitation. Please add this behaviour as option "focusable".
I sent a PR to allow win_gotoid(id) to focus to popup at #7555. I have also attached sample code to try out as well as a demo.
Please try it out and provide feedback before I go ahead updating docs and writing tests for it.