Skip to main content

tmux Version History

Complete history of tmux releases with features, changes, and breaking changes. Check feature availability for your version.

3.7

Current Stable Release

Released 2026-06-26

What's New
Install Latest Version

Version Timeline

Highlights

  • Floating panes: new-pane opens a pane above the tiled layout (Prefix + *)
  • Line numbers in copy mode with copy-mode-line-numbers
  • Messages and prompts can overlay part of the status line (message-format)
  • focus-follows-mouse option and OSC 9;4 progress bar forwarding

New Features

new-pane

Create a floating pane above the tiled layout; unlike popups it is not modal and behaves like a regular pane (bound to * by default)

copy-mode-line-numbers

Show line numbers in copy mode — default, absolute, relative or hybrid — styled with copy-mode-line-number-style and copy-mode-current-line-number-style

message-format

Draw messages and prompts as a single format that can overlay part of the status line (message-style needs "fill" to cover the whole width)

focus-follows-mouse

Automatically make the pane under the mouse pointer the active pane

tree-mode-preview-format

Customize the preview indicator in tree mode (with tree-mode-preview-style)

get-clipboard

When enabled, clipboard requests from a pane are forwarded to the outside terminal

scroll-to-mouse

New copy-mode commands: scroll-to-mouse, recentre-top-bottom, and scroll-exit-on/off/toggle

Breaking Changes

  • !message-style now needs "fill" to cover the whole status line width (the default includes "fill=yellow")

Legend

Current release Feature added Breaking change Feature removed