Tmux Command Reference: Master Your Terminal Sessions
Classified in Technology
Written on in
English with a size of 7.51 KB
Tmux Commands Reference
Introduction to Tmux
Tmux (Terminal Multiplexer) is a powerful terminal multiplexer for Unix-like operating systems.
It allows you to manage multiple terminal sessions from a single window, enhancing your command-line productivity.
Basic Tmux Commands
| Description | Command |
|---|---|
| Start a new session | |
| Start a new named session | |
| Show all sessions | |
| Attach to the last session | |
| Attach to a named session | |
| Kill a session by name | |
| Kill all sessions except the current | |
| Kill all sessions except 'myname' | |
| Reload Tmux configuration | |
| Show global Tmux options | |
| Display Tmux server information | |