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 122 forks source link

Fix prefix+Y error with WSL2 #145

Closed JeunghunKim closed 2 years ago

JeunghunKim commented 4 years ago

With (clipboard_copy_command) 'echo "cat | clip.exe"'

copy_pane_pwd.sh makes error

cat: '|': No such file or directory cat: clip.exe: No such file or directory

To fix this error, change command "cat | clip.exe" to "clip.exe"