spudlyo / clipetty

Manipulate the system (clip)board with (e)macs from a (tty)
GNU General Public License v3.0
167 stars 13 forks source link

[BUG] Issues copy/yank text in a buffer inside a tmux session #31

Open yashaswikarnati opened 1 month ago

yashaswikarnati commented 1 month ago

Describe the bug Issues copy/yank text in a buffer inside a tmux session. I could not get it to work in a tmux session. I ssh into my ubuntu machine from my mac, start tmux session and run emacs (spacemacs). (getenv "TMUX" (selected-frame) returns me a valid value - /tmp/tmux-361936330/default,49641,0.

works outside of tmux session.

tmux version - 3.4 spacemacs version - 0.999.0@29.3 iterm2 mac terminal

To Reproduce

ssh into remote machine. start tmux session start emacs (spacemacs) yank text (i cant paste this back into my host system clipboard (mac))

Expected behavior paste text back into my host system clipboard (mac)

System Info (please complete the following information):

Additional context Add any other context about the problem here.