For Future Reference

CommandDescription

Prefix !

Converts the currently selected pane into a new window.

join-pane -s [session]:[window].[pane]

Converts the specified session’s window or pane into a pane in the current window.

join-pane -s [session]:[window].[pane] -t [other session]

Converts the specified session’s window or pane into a pane in the target session.

Prefix z

Zooms the current pane, making it full screen. Pressing it again restores the pane to its original size.

tmux new-session "[command]"

Launches tmux and executes a command. When the command completes, the tmux session closes.

split-pane "[command]"

Splits the current window and executes the specified command in the new pane. When the command completes, the pane closes. ...

Get tmux 2 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.