Tmux (persistent sessions)
Last updated
Was this helpful?
Last updated
Was this helpful?
Tmux allows you to host multiple persistent terminal sessions on a single connection.
Connect to the workstation, and create a new session by typing:
Add a new tab (called "window" within tmux): ctrl + B, C
Move to previous or next tab: ctrl + B, P and ctrl + B, N
Quit (detach) tmux session: ctrl + B, D
Once you re-connect to the workstation, you can attach to the existing session by typing:
For more information, consult the manual by typing man tmux
or this .
If you use iTerm2 on OS X, you can navigate all of your tmux tabs using native interface and shortcuts. Connect to the workstation by typing:
For more information, refer to .