How to copy from tmux running in putty to windows clipboard

I use putty v0.62 and tmux v1.8.

tmux config: setw -g mode-mouse on

I want to copy some text from tmux to system clipboard, I press and hold SHIFT and select the text by mouse, then click left-button of mouse.

I want to paste some text into tmux, press SHIFT and click right-button of mouse.

Leave a Comment