From eeec57aff37b88a50ab58f48ca995aba861fc395 Mon Sep 17 00:00:00 2001 From: arno Date: Fri, 17 Apr 2026 13:21:15 +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=E6=A0=BC=E5=BC=8F=E5=8F=98?= =?UTF-8?q?=E9=87=8F=E5=8F=82=E8=80=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 工程/tmux.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/工程/tmux.md b/工程/tmux.md index 8359a87..e7ff698 100644 --- a/工程/tmux.md +++ b/工程/tmux.md @@ -1,6 +1,18 @@ # [tmux](https://tmux.men/zh-tw/home) - [Git](https://gitea.szis.com.cn/github/tmux-tmux) +- [Manual Page Search Parameters](https://man.openbsd.org/OpenBSD-current/man1/tmux.1) +- [FORMATS](https://man.openbsd.org/OpenBSD-current/man1/tmux.1#FORMATS) + - version Server version + - host #H Hostname of local host + - host_short #h Hostname of local host (no domain name) + - session_name #S Name of session + - window_flags #F Window flags with # escaped as ## + - window_index #I Index of window + - window_name #W Name of window + - pane_id #D Unique pane ID + - pane_index #P Index of pane + - pane_title #T Title of pane (can be set by application) ## 文章