Cheatsheets
HomeWriteupsResourcesCheatsheets
Terminal Multiplexers
Terminal Multiplexers
  • Tmux
    • Sessions
    • Windows
    • Panes
    • Copy Mode
    • Configuration
Powered by GitBook
On this page

Was this helpful?

Tmux

NextSessions

Last updated 1 year ago

Was this helpful?

tmux is a terminal multiplexer. It lets you switch easily between several programs in one terminal, detach them (they keep running in the background) and reattach them to a different terminal.

Common

COMMAND

DESCRIPTION

tmux

Launch Tmux

tmux -V

Check Tmux version

tmux list-keys | less

List all commands

tmux ls

Show all sessions

tmux info

Show every session, window, and pane

tmux a

(Re)attach to the most recently created session

man tmux

Display full manual of Tmux

Home · tmux/tmux WikiGitHub
Logo