tmux Command Examples

Terminal multiplexer. It allows multiple sessions with windows, panes, and more. See also: zellij, screen. More information: https://github.com/tmux/tmux.

tmux

tmux new -s {{name}}

tmux ls

tmux attach

<Ctrl b><d>

<Ctrl b><c>

<Ctrl b><w>

tmux kill-session -t {{name}}