mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-19 12:01:26 +00:00
Update cheatsheets
This commit is contained in:
10
tldr/tmux
10
tldr/tmux
@@ -14,17 +14,17 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`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):
|
||||
|
||||
@@ -38,6 +38,6 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`<Ctrl b><w>`
|
||||
|
||||
- Kill a session by name:
|
||||
- Kill a session by [t]arget name:
|
||||
|
||||
`tmux kill-session -t {{name}}`
|
||||
|
||||
Reference in New Issue
Block a user