We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Create New Session: tmux
tmux
(start long-running-process in session -> after running tmux you are already in the new session)
Leave Session: (without closing it)
ctrl + b
d
List All Running Sessions: tmux list-sessions
tmux list-sessions
Access Running Session: tmux attach-session -t <session-name>
tmux attach-session -t <session-name>
Terminate Session (in Session):
x
y