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:
parent
3fabfc6140
commit
9d9e270cf7
1 changed files with 5 additions and 5 deletions
|
@ -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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue