Skip to content

vapy/tmux_for_windows

 
 

Repository files navigation

tmux_for_windows

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

蘭雅sRGB 龙芯小本服务器 | sRGB.vicp.net

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors