From 9d9e270cf7831965582d125247c757a06928a2be Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Sat, 3 May 2025 18:38:54 +0300 Subject: [PATCH] tmux: add option placeholders and mnemonics (#16326) --- pages/common/tmux.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pages/common/tmux.md b/pages/common/tmux.md index bec9ce725a..afa1e4f123 100644 --- a/pages/common/tmux.md +++ b/pages/common/tmux.md @@ -9,17 +9,17 @@ `tmux` -- Start a new named session: +- Start a new named [s]ession: -`tmux new -s {{name}}` +`tmux {{[new|new-session]}} -s {{name}}` - List existing sessions: -`tmux ls` +`tmux {{[ls|list-sessions]}}` - Attach to the most recently used session: -`tmux attach` +`tmux {{[a|attach]}}` - Detach from the current session (inside a tmux session): @@ -33,6 +33,6 @@ `` -- Kill a session by name: +- Kill a session by [t]arget name: `tmux kill-session -t {{name}}`