1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-23 07:15:27 +02:00

tmux: add option placeholders and mnemonics (#16326)

This commit is contained in:
Managor 2025-05-03 18:38:54 +03:00 committed by GitHub
parent 3fabfc6140
commit 9d9e270cf7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 @@
`<Ctrl b><w>`
- Kill a session by name:
- Kill a session by [t]arget name:
`tmux kill-session -t {{name}}`