Commands
$ tmux
-u
-S ~/.tmux.socket
Sessions
$ tmux new
$ tmux new -s session_name
$ tmux attach
$ tmux attach -s session_name
$ tmux switch -t session_name
$ tmux ls
$ tmux detach
Windows
$ tmux new-window
Help
C-b ?
C-b [
Copy/paste
C-b [
Space
Enter
C-b ]
Panes
C-b v
C-b n
C-b hkjl
C-b HJKL
C-b o
C-b x
C-b { or }
Windows
C-b c
C-b 1
Detach/attach
C-b d
C-b ( )
$ tmux attach
Niceties
C-b t
setw -g window-status-format `#[fg=8,bg=default]#I`
See message-command-style
in the man page.
Attribute/colors
#[fg=1] |
standard color |
#[fg=yellow] |
yellow |
#[bold] |
bold |
#[fg=colour240] |
256 color |
#[fg=default] |
default |
#[fg=1,bg=2] |
combinations |
#[default] |
reset |
Colors
black
red
green
yellow
blue
magenta
cyan
white
brightred
(and so on)
colour0
… colour255
#333
(rgb hex)
Attributes
bold
underscore
blink
noreverse
hidden
dim
italics
Variables
#(date) |
shell command |
#I |
window index |
#S |
session name |
#W |
window name |
#F |
window flags |
#H |
Hostname |
#h |
Hostname, short |
#D |
pane id |
#P |
pane index |
#T |
pane title |
Options
set -g status-justify [left|centre|right]
set -g status-left '...'
setw -g window-status-style
setw -g window-status-activity-style
setw -g window-status-bell-style
setw -g window-status-content-style
setw -g window-status-current-style
setw -g window-status-last-style
setw -g window-status-format
setw -g window-status-current-format
setw -g window-status-separator