Getting started with tmux
- 26 Feb 2017: Post was created (diff)
Getting started with tmux
Install
Install with your package manager of choice. For Arch, it’s pacman
# pacman -S tmux
… but if you’re on Ubuntu, you would typically use apt-get
instead
# apt-get install tmux
Start
$ tmux
Detach from session
CTRL+B, D
View keyboard shortcuts
CTRL+B, ?
bind-key
is CTRL+B by default
If you have any comments or feedback, please send me an e-mail. (stig at stigok dotcom).
Did you find any typos, incorrect information, or have something to add? Then please propose a change to this post.