How to use tmux
1
Default prefix is Ctrl + b
1) List sessions available:
tmux ls
2) Attach to named session:
tmux a -t <session_name>
3) Open new window:
Prefix + c
4) Rename session:
Prefix + ,
5) Switch to next or previous window:
Prefix + n|b
6) Choose window from interactive list:
Prefix + w
7) Terminate window:
Prefix + &
8) Enable scrolling:
Prefix + [ # Press 'q' to quit scroll mode
9) Detach:
Prefix + d