kitty-runner.nvim icon indicating copy to clipboard operation
kitty-runner.nvim copied to clipboard

runner not opening after closing manually

Open ShinyZero0 opened this issue 1 year ago • 5 comments

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

ShinyZero0 avatar Apr 25 '23 04:04 ShinyZero0

Hi! I wrote alternative plugin, that fix this bug: https://github.com/lolpie244/simple-kitty-runner.nvim/tree/main

lolpie244 avatar Jul 30 '23 12:07 lolpie244

@lolpie244, nice one!

jghauser avatar Jul 30 '23 14:07 jghauser

@jghauser sorry for the offtopic question, but do you know how to pass kitty unix socket via ssh to the server?

lolpie244 avatar Aug 03 '23 12:08 lolpie244

@lolpie244 try socat, or maybe pipe back what you want through ssh and tee to socket or whatever. Or combine them

ShinyZero0 avatar Aug 03 '23 13:08 ShinyZero0

Thanks! But I found another solution without external programs (https://github.com/lolpie244/simple-kitty-runner.nvim/tree/ssh#ssh)

lolpie244 avatar Aug 04 '23 10:08 lolpie244

This should now work. Let me know if you have any issues and thanks for the report!

jghauser avatar Mar 17 '24 17:03 jghauser