tmux-plugins / tmux-yank

Tmux plugin for copying to system clipboard. Works on OSX, Linux and Cygwin.
https://tmux-plugins.github.io/tmux-yank/
MIT License
2.72k stars 123 forks source link

tmux-yank cannot copy content after tmux detach-client #154

Open simowce opened 3 years ago

simowce commented 3 years ago

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 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.

Can anyone fix this BUG, THANKS!