From f992c68fd878c0d0dd7b2c0b3911d46682eeb750 Mon Sep 17 00:00:00 2001 From: Dane Jensen Date: Mon, 13 Apr 2026 22:04:08 -0700 Subject: [PATCH] slight touchup --- tmux.1 | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/tmux.1 b/tmux.1 index cae20748..1bf17910 100644 --- a/tmux.1 +++ b/tmux.1 @@ -3335,13 +3335,16 @@ but a different format may be specified with .Op Fl s Ar style .Op Fl S Ar active-border-style .Op Fl t Ar target-pane +.Op Fl T Ar type .Op Fl w Ar width .Op Fl x Ar x-position .Op Fl y Ar y-position .Op Ar shell-command Op Ar argument ... .Xc .D1 Pq alias: Ic newp -Create a new pane. The new pane may be floating by specifying the type with +Create a new pane. The new pane may be floating by specifying the +.Ar type +with .Fl Tf / .Fl Tfloating , @@ -3351,8 +3354,10 @@ or tiled into the layout by splitting an existing pane with .Fl Ttiled . When creating a tiled pane, a target pane may be specified with .Fl t . -Note that some options are related to dimensions/layout and so will only affect -one pane type. Those options will be in their own sections. +Note that some options are related to dimensions/layout. Those options will +only affect one creation +.Ar type +and will be in their own sections. .Pp If .Fl d