Tmux¶
Resources¶
Guides¶
Daniel Miessler: A tmux Primer
Session Managers¶
Commands¶
Action |
Command |
Alias |
---|---|---|
List key bindings |
list-keys |
lsk |
Set server option |
set-option -s option value |
set -s option value |
Set session option |
set-option option value |
set option value |
Set window option |
set-window-option option value |
setw option value |
Select session / window interactively |
choose-tree -u |
Action |
Command |
Alias |
---|---|---|
List clients |
list-clients |
lsc |
Detach client from session |
detach-client [ -s target-session ] |
detach [ -s target-session ] |
Action |
Command |
Alias |
---|---|---|
List sessions |
list-sessions |
ls |
Attach to session |
attach-session -t target-session |
attach -t target-session |
Kill current session |
kill-session |
Options¶
Server¶
Session¶
Window¶
Synchronize input:
setw synchronize-panes on
setw synchronize-panes off