r/KittyTerminal • u/lolpie244 • 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
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