-
-
Save zii/0e82a1fca8b37de464fe867550eb3e5c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
在windows上安装tmux: | |
https://blog.pjsen.eu/?p=440 | |
窗格操作: | |
ctrl+b % 水平分割 | |
ctrl+b " 垂直分割 | |
ctrl+b space 自动排版 | |
ctrl+b : 再输入 setw -g mouse on 开启鼠标操作模式 | |
按住shift, 鼠标拖选文字, 即复制文本 | |
下次自动进入鼠标模式: | |
在~目录新建.tmux.conf文件 | |
添加一行 | |
set -g mouse on |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment