Skip to content

yangliuqing5470/tmux-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

安装(macos)

安装Tmux

brew install tmux

安装插件

git clone https://github.com/tmux-plugins/tpm.git ~/.tmux/plugins/tpm

使用方式

下载配置文件

git clone https://github.com/yangliuqing5470/tmux-config.git ~/.tmux-config

创建一个会话

tmux new -s <name>

激活配置文件

prefix + :
输入下面命令
source-file ~/.tmux-config/tmux.conf
// prefix 在tmux中的默认是 Ctrl+b, 配置文件中改为 Ctrl+a

在创建的会话中执行命令

安装插件
prefix + I
更新插件
prefix + U
// prefix 在tmux中的默认是 Ctrl+b, 配置文件中改为 Ctrl+a

About

tmux配置

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published