Table of Contents

tmux

Changelog

  • 2026-03-18: Init

Quick start

Tutorial

sudo apt install tmux  # on Ubuntu

Three different ways to trigger a tmux command:

  1. tmux <COMMAND> # via tmux program
  2. (C-b) :<COMMAND> # tmux command window
  3. (C-b <HOTKEY>) # tmux command hotkey/keybinding

Working with sessions (equivalent to a single desktop environment):

Working with windows (equivalent to individual program windows in DE):

Working with panes:

Enable mouse support with :set -g mouse on. Some things one can do:

Configure tmux server with config file at ~/.tmux.conf.

Copying

https://github.com/tmux/tmux/wiki/Getting-Started#copy-and-paste