tmux yank not working on WSL2
Opened this issue · 2 comments
zylkowski commented
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
Can you use xclip/xsel to copy?
zylkowski commented
@anakimluke Yes I can