diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-09-30 14:17:27 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-09-30 14:17:27 +0100 |
commit | 9ec68db74fda97cc23bcc1e6310a75e4839fcf10 (patch) | |
tree | 10d8d9467efdd96eb40141743ed9441f5186534e /tmux.1 | |
parent | f43e3e5b4f4df398df39cf870e5c6b0ef2fec0ec (diff) | |
download | rtmux-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.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |