Linux Terminal Glossary
›
tmux
tmux
40 commands
tmux
tmux new -s mysession
tmux attach
tmux attach -t mysession
tmux detach
tmux ls
tmux kill-session -t mysession
tmux kill-server
tmux rename-session -t old new
tmux switch -t mysession
Prefix+$
Prefix+s
Prefix+c
Prefix+,
Prefix+&
Prefix+n
Prefix+p
Prefix+0-9
Prefix+w
Prefix+f
Prefix+%
Prefix+"
Prefix+arrow
Prefix+o
Prefix+;
Prefix+x
Prefix+z
Prefix+Space
Prefix+Ctrl+arrow
Prefix+!
Prefix+q
Prefix+[
Prefix+]
q (in copy mode)
/ (in copy mode)
? (in copy mode)
Space (in copy mode)
Enter (in copy mode)
tmux source-file ~/.tmux.conf
Prefix+:set -g mouse on
Search all 7,657 commands
instead.