aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2020-09-30 14:17:27 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2020-09-30 14:17:27 +0100
commit9ec68db74fda97cc23bcc1e6310a75e4839fcf10 (patch)
tree10d8d9467efdd96eb40141743ed9441f5186534e /tmux.1
parentf43e3e5b4f4df398df39cf870e5c6b0ef2fec0ec (diff)
downloadrtmux-9ec68db74fda97cc23bcc1e6310a75e4839fcf10.tar.gz
rtmux-9ec68db74fda97cc23bcc1e6310a75e4839fcf10.tar.bz2
rtmux-9ec68db74fda97cc23bcc1e6310a75e4839fcf10.zip
Correct break-pane default format, from Gregory Pakosz.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.12
1 files changed, 1 insertions, 1 deletions
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