tmux_for_windows 终端窗口中运行多个终端会话
tmux 是一个开源工具,用于在一个终端窗口中运行多个终端会话。本工具从 msys2 里提取,可以在 Git for Windows 的 Git Bash (MingW64)下正常使用。
tmux在windows系统下安装使用
首先你要保证已经安装有 Git for Windows
下载地址 https://git-scm.com/download/win
tmux for Git Bash (MingW64) 安装包使用
- 下载 tmux_for_git-bash.zip
- 释放文件到 D:\Git
- 实际可执行文件在 D:\Git\usr\bin\tmux.exe
tmux 使用
- Windows 开始菜单 运行 D:\Git\git-bash.exe
- 命令行输入 tmux
git-bash环境下命令行安装
$ git clone https://github.com/hongwenjun/tmux_for_windows.git
$ cd tmux_for_windows/
$ unzip -x tmux_for_git-bash.zip -d /
原始的 tmux for msys2 的安装包,不需要下载
tmux-2.7-1-x86_64.pkg.tar.xz
libevent-2.1.8-1-x86_64.pkg.tar.xz
tmux 启用鼠标操作
.tmux.conf 设定
# https://www.youtube.com/watch?v=xTplsyQaGFs
# tmux 启用鼠标操作
setw -g mouse
set-option -g history-limit 20000
set-option -g mouse on
bind -n WheelUpPane select-pane -t= \; copy-mode -e \; send-keys -M
bind -n WheelDownPane select-pane -t= \; send-keys -M
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
上一篇: 使用 axios 设置请求标头
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论