https://github.com/bpazy/my-tmux-conf
https://github.com/bpazy/my-tmux-conf
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bpazy/my-tmux-conf
- Owner: Bpazy
- Created: 2020-01-19T07:05:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-19T07:07:55.000Z (over 5 years ago)
- Last Synced: 2025-01-03T20:12:27.170Z (5 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`