Application focus is lost when opening register keymap
Hello,
first thanks for writing this wonderful plugin!
Personally I rarely work with vim registers, but I noticed that when I press ", the applications briefly looses focus. I notice because I do most of my work in a drop-down terminal that I have configured to close when it looses application focus. Hence, whenever I hit ", my terminal disappears.
I have previously seen this behavior with wl-copy, which uses a "focus stealing hack" (as per the devs) to achieve the copy to clipboard. I wonder whether this plugin maybe does something similar? Does it maybe call applications in the background or something else?
I'll happily provide more information or logs if required (and someone guides me to how to obtain them)!