tmux_for_windows 终端窗口中运行多个终端会话

发布于 2022-05-23 21:00:11 字数 2105 浏览 1073 评论 0

tmux 是一个开源工具,用于在一个终端窗口中运行多个终端会话。本工具从 msys2 里提取,可以在 Git for Windows 的 Git Bash (MingW64)下正常使用。

tmux在windows系统下安装使用

https://youtu.be/zSUwczhdtKI

首先你要保证已经安装有 Git for Windows

下载地址 https://git-scm.com/download/win

tmux for Git Bash (MingW64) 安装包使用

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据

关于作者

JSmiles

生命进入颠沛而奔忙的本质状态,并将以不断告别和相遇的陈旧方式继续下去。

0 文章
0 评论
84960 人气
更多

推荐作者

留蓝

文章 0 评论 0

18790681156

文章 0 评论 0

zach7772

文章 0 评论 0

Wini

文章 0 评论 0

ayeshaaroy

文章 0 评论 0

初雪

文章 0 评论 0

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文