Skip to content

Instantly share code, notes, and snippets.

@zii
Last active August 8, 2018 01:42
Show Gist options
  • Save zii/0e82a1fca8b37de464fe867550eb3e5c to your computer and use it in GitHub Desktop.
Save zii/0e82a1fca8b37de464fe867550eb3e5c to your computer and use it in GitHub Desktop.
在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