Developer tools
tmux 3.7-rc adds floating panes
- Category: Dev tools
- Status: developing
- Sources: GitHub release, CHANGES
- Summary: tmux published a 3.7 release candidate on 2026-06-12. The headline feature is floating panes, which sit above the tiled layout like non-modal popups, are created with a new
new-panecommand bound to*by default, and behave like ordinary panes. Other changes include acopy-mode-line-numbersoption with off, default, absolute, relative, and hybrid modes,run-shellargument expansion as#{1},#{2}, and a-gflag forkill-sessionthat kills all sessions in a session group. - Why it matters: Floating panes are the first structural layout addition to tmux in several releases and change how popup-style workflows are scripted.
- Follow-up: Watch for the tmux 3.7 stable release and any configuration breakage reports from the new pane model.