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 not working on WSL2 #178

Open zylkowski opened 6 months ago

zylkowski commented 6 months ago

I followed this guide to setup tmux-yank on my WSL2. I also added necessary export DISPLAY="$(/sbin/ip route | awk '/default/ { print $3 }'):0" in my .bashrc file but yanking from within tmux panes still does not work.

Yanking from within my nvim setup works fine.

anakimluke commented 6 months ago

Can you use xclip/xsel to copy?

zylkowski commented 6 months ago

@anakimluke Yes I can