在 Putty 中双击一个单词会将其复制到剪贴板,但在 Putty 中使用 tmux 时,我无法通过双击进行复制。我可以使用 SHIFT 键来做到这一点,但我想在不使用 SHIFT 的情况下做到这一点
答案1
要获得 PuTTY 的原始行为tmux
,您必须关闭鼠标功能tmux
。这是一个窗口选项(请参阅手动的):
mode-mouse [on | off | copy-mode]
Mouse state in modes. If on, the mouse may be used to
enter copy mode and copy a selection by dragging, to
enter copy mode and scroll with the mouse wheel, or to
select an option in choice mode. If set to copy-mode,
the mouse behaves as set to on, but cannot be used to
enter copy mode.
xterm
PuTTY在这方面的表现如下:xterm 的默认翻译资源定义鼠标模式处于非活动状态时的鼠标按钮操作,但重新定义未移位当鼠标模式处于活动状态时单击鼠标。
进一步阅读: