wsl-terminal icon indicating copy to clipboard operation
wsl-terminal copied to clipboard

tmux mouse copy/paste?

Open bewing opened this issue 6 years ago • 3 comments

Is there any information or guides on clipboard integration for the terminal when using tmux?

bewing avatar Mar 06 '19 19:03 bewing

Hold SHIFT & Select the text using mouse, then use CTRL + INSERT for copy and SHIFT + INSERT for paste,

image

Also you might be needed to add setw -g -q mouse on on your ~/.tmux.conf

feryardiant avatar Mar 17 '19 18:03 feryardiant

Hold SHIFT & Select the text using mouse, then use CTRL + INSERT for copy and SHIFT + INSERT for paste,

This approach is great for single-line copies, but when using a terminal muxer like tmux, it requires zooming the active pane to full-screen in order to copy multiple lines.

bewing avatar Apr 24 '19 21:04 bewing

the tmux/vim clipboard only works with xterm and a properly configured x server running in your host. I will try to included in the next releases as part of the wsl-terninal or at least document the process

mskyaxl avatar Feb 14 '20 07:02 mskyaxl