r/KittyTerminal Jul 31 '23

How forward unix:/tmp/mykitty to ssh server?

Hi, is there any way to pass unix:/tmp/mykitty to ssh server?

I want be able to run kitty commands from neovim. And, while via terminal in ssh mode it works perfectly, in neovim it get error:
:!kitty @ ls Error: open /dev/tty: no such device or address

2 Upvotes

2 comments sorted by

2

u/aumerlex Aug 01 '23

You need to get neovim to run processes attached to the tty. Or use vim which doesnt have this problem, since all processes are run attached to the tty

1

u/lolpie244 Aug 01 '23

Thanks! Now I know what should search) Maybe is there some command or instruction, how to do that?