kitty-runner.nvim
kitty-runner.nvim copied to clipboard
runner not opening after closing manually
I'm on linux with i3wm and nushell. When i open and close runner with commands everything is ok, but after i close it manually with e.g. pressing <C-d> in shell or by closing the last tab or the wm window it won't open again until i kill the "runner" from nvim
Hi! I wrote alternative plugin, that fix this bug: https://github.com/lolpie244/simple-kitty-runner.nvim/tree/main
@lolpie244, nice one!
@jghauser sorry for the offtopic question, but do you know how to pass kitty unix socket via ssh to the server?
@lolpie244 try socat
, or maybe pipe back what you want through ssh and tee
to socket or whatever. Or combine them
Thanks! But I found another solution without external programs (https://github.com/lolpie244/simple-kitty-runner.nvim/tree/ssh#ssh)
This should now work. Let me know if you have any issues and thanks for the report!