How to copy from tmux running in putty to windows clipboard

前端 未结 5 637
难免孤独
难免孤独 2021-01-30 11:16

ENV: I am running tmux in putty, on a windows 7 laptop. I do ssh to linux systems while working.

I have to solve two glitches with tmux, before using it for all my needs.

5条回答
  •  我在风中等你
    2021-01-30 11:55

    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.

提交回复
热议问题