tmux commands

Posted . Visible to the public.
Ctrl+b ?
List keys

Operations on sessions

Ctrl+b d
Detach current session
Ctrl+b s
Show all sessions

To reatach a live session on tmux start:

tmux attach

Operations on Windows

Ctrl+b c
Create new window
Ctrl+b p
Go to previous window
Ctrl+b n
Go to next window
Ctrl+b l
Last window
Ctrl+b %
Split window vertically
Ctrl+b "
Split window horizontally
Ctrl+b &
Kill current window with all it's panes
Ctrl+b w
List windows
Ctrl+b ,
Rename window
Ctrl+b [0-9]
Switch to window number

Operations on panes

Ctrl+b x
Kill current pane
Ctrl+b q
Display panes number
Ctrl+b o
Switch to next pane
Ctrl+b up
Select up pane
Ctrl+b down
Select down panel
Ctrl+b left
Select left pane
Ctrl+b right
Select right pane
Ctrl+b t
Show digital clock in panel
Ctrl+b s
Choose session
Ctrl+b [
Enter scroll mode. Finish with q
Saul
Last edit
Posted by Saul to Saul (2012-12-13 16:00)