From d690502b88cc4a922931656c44351c0a627f90cb Mon Sep 17 00:00:00 2001 From: arno Date: Sun, 12 Apr 2026 07:11:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E6=A1=A3(=E5=B7=A5=E7=A8=8B):=20?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20tmux=20=E4=BD=BF=E7=94=A8=E8=B5=84?= =?UTF-8?q?=E6=96=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 收录 tmux 官方文档、源码仓库链接 - 添加阮一峰教程和百度开发者指南 --- 工程/tmux.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 工程/tmux.md diff --git a/工程/tmux.md b/工程/tmux.md new file mode 100644 index 0000000..8359a87 --- /dev/null +++ b/工程/tmux.md @@ -0,0 +1,8 @@ +# [tmux](https://tmux.men/zh-tw/home) + +- [Git](https://gitea.szis.com.cn/github/tmux-tmux) + +## 文章 + +- [Tmux 使用教程](https://www.ruanyifeng.com/blog/2019/10/tmux.html) +- [tmux高效使用指南:构建稳定终端环境的终极解决方案](https://developer.baidu.com/article/detail.html?id=6483429)