tmux-plugins/tmux-yank

tmux yank not working on WSL2

Opened this issue · 2 comments

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.

Can you use xclip/xsel to copy?