From 9ec68db74fda97cc23bcc1e6310a75e4839fcf10 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 30 Sep 2020 14:17:27 +0100 Subject: [PATCH] Correct break-pane default format, from Gregory Pakosz. --- tmux.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux.1 b/tmux.1 index 9b8f4420..56c7db7f 100644 --- a/tmux.1 +++ b/tmux.1 @@ -1858,7 +1858,7 @@ The .Fl P option prints information about the new window after it has been created. By default, it uses the format -.Ql #{session_name}:#{window_index} +.Ql #{session_name}:#{window_index}.#{pane_index} but a different format may be specified with .Fl F . .It Xo Ic capture-pane