All of the following are under Windows using Putty to connect to Linux CENTOS6.
I've always wondered why I can't put the copied text into the system's Pasteboard in Tmux mode. Through the layers of obstruction, finally found the reason.
Remove the ~/.tmux.conf
#设置鼠标可用
#setw-G mode-mouse on
If you learn other people's configuration at the very beginning, add this option, then you will find that you can not copy the text under Tmux, remove it.
You can now select the text you want to copy directly, and then right-click to paste it.
Copy and paste in Copy-mode mode:
Bind-key [Enter in Tmux Copy-mode, you can use space to enter the selected mode, press ENTER to copy and exit, press Q do not copy and exit.
This replication is not on the Windows Clipboard.
Can be displayed via Tmux Show-buffer.
Copy to Windows Clipboard in vim mode, this tips reference from: URL
When copying, if directly with the mouse copy, is also vim processing, need to hold down shift is xterm processing,
Later, the use of VNC with server discovery in Vim is also applicable.