Update cheatsheets

This commit is contained in:
ivuorinen
2025-05-04 00:21:53 +00:00
parent 921cbd312c
commit 968390f769
86 changed files with 291 additions and 212 deletions

View File

@@ -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}}`