Command Details

$ tmux

Terminal multiplexer.

Related Commands

  • $ tmux new-session -s session_nameCreate a new tmux session with a specific name.
  • $ tmux attach-session -t session_nameAttach to an existing tmux session with a specific name.
  • $ tmux list-sessionsList all tmux sessions.
  • $ tmux kill-session -t session_nameKill a specific tmux session.
  • $ tmux kill-serverKill the tmux server and all sessions.
  • $ tmux source-file tmux.confLoad a tmux configuration file.
  • $ tmux list-commandsList tmux commands.