This commit is contained in:
2026-03-22 22:44:38 +02:00
parent 0106618229
commit dc4bf113e4
2 changed files with 33 additions and 0 deletions

12
tmux/commands.md Normal file
View File

@@ -0,0 +1,12 @@
# tmux Commands
This document will refer to tmux as the alias `t`.
## New tmux session
`t`
## New tmux session with name
`t new -s NAME`
## List tmux session
`t ls`
## Attach back to a session
`t a -t SESSION`
## Attach back to the last session
`t a`