Tmux
Note
C-b
is ctrl+b
Panes
Split horizontal:
C+b %
Split vertical
C+b "
Navigate pane
C+b <arrow>
Full screen:
C-b z
Exit:
C+d
orexit
Windows
New window
C-b c
Next window:
C-b n
Previous window:
C-b p
Rename current window
C-b ,
Session Handling
List sessions:
tmux ls
ortmux list-sessions
New session:
tmux new -s <name>
Attach to session:
tmux attach -t 0
ortmux attach -t <name>
De-attach session:
C-b d
Rename session:
tmux rename-session -t 0 <name>
Full reference
Last updated