An open API service indexing awesome lists of open source software.

https://github.com/bpazy/my-tmux-conf


https://github.com/bpazy/my-tmux-conf

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# my-tmux-conf
个人使用的 tmux 配置

## 配置文件位置
1. 当前用户配置 ~/.tmux.conf
2. 全局配置 /etc/tmux.conf

## 使 tmux.conf 生效
1. 重启tmux起效
2. 或者先按 `C+b` ,然后输入`:` ,进入命令行模式,在命令行模式下输入 `source-file /etc/tmux.conf`