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}}