Open zylkowski opened 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.
export DISPLAY="$(/sbin/ip route | awk '/default/ { print $3 }'):0"
Yanking from within my nvim setup works fine.
Can you use xclip/xsel to copy?
@anakimluke Yes I can
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.