⌘K
tmux
all
Terminal multiplexer. It allows multiple sessions with windows, panes, and more. See also: `zellij`, `screen`.
More info →Options (3)
booleanStart a new named [s]ession
Example:
tmux {{[new|new-session]}} -s {{name}}booleanList existing sessions
Example:
tmux {{[ls|list-sessions]}}booleanAttach to the most recently used session
Example:
tmux {{[a|attach]}}Examples (8)
Start a new session
tmuxStart a new named [s]ession
tmux [new|new-session] -s nameList existing sessions
tmux [ls|list-sessions]Attach to the most recently used session
tmux [a|attach]Detach from the current session (inside a tmux session)
<Ctrl b><d>Create a new window (inside a tmux session)
<Ctrl b><c>Switch between sessions and windows (inside a tmux session)
<Ctrl b><w>Kill a session by [t]arget name
tmux kill-session -t namemade by @shridhargupta | data from tldr-pages