tmux
Terminal multiplexer. It allows multiple sessions with windows, panes, and more.
See also `zellij` and `screen`.
tmux
- Start a new named session:
tmux new -s {name}
tmux ls
- Attach to the most recently used session:
tmux 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
tmux kill-session -t {name}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).