tmux
Sessions - a session is an independent workspace with one or more windows
tmux
starts a new session.tmux new -s NAME
starts it with that name.tmux ls
lists the current sessionsWithin
tmux
typing<C-b> d
detaches the current sessiontmux a
attaches the last session. You can use-t
flag to specify which
Resources
A Quick and Easy Guide to tmux - Ham Vocke
Command-line Environment - Missing Semester MIT
Last updated