Recently I met a BUG. I have 2 PC: a desktop and a laptop. Usually I would use ssh -X xxx@IP_ADDRESS on my laptop to connect the desktop and use tmux a -t x command to attach desktop's tmux.
But when I use tmux detach-client to detach from the deskop, tmux-yank does not work on the desktop. The only thing I can do is restart my desktop to get tmux-yank works again.
Hi all:
Recently I met a BUG. I have 2 PC: a desktop and a laptop. Usually I would use
ssh -X xxx@IP_ADDRESS
on my laptop to connect the desktop and usetmux a -t x
command to attach desktop's tmux.But when I use
tmux detach-client
to detach from the deskop, tmux-yank does not work on the desktop. The only thing I can do is restart my desktop to get tmux-yank works again.Can anyone fix this BUG, THANKS!