diff options
author | nicm <nicm> | 2016-10-14 17:40:47 +0000 |
---|---|---|
committer | nicm <nicm> | 2016-10-14 17:40:47 +0000 |
commit | 0ec18e537d7f67732a789c0984bc1cb89dbb0adf (patch) | |
tree | 1d2ef576e0229d4a6739465f217c4c5f621ecc55 | |
parent | 4289a1ebfa7479413ec5ac543b88c4ea039d00a0 (diff) | |
download | rtmux-0ec18e537d7f67732a789c0984bc1cb89dbb0adf.tar.gz rtmux-0ec18e537d7f67732a789c0984bc1cb89dbb0adf.tar.bz2 rtmux-0ec18e537d7f67732a789c0984bc1cb89dbb0adf.zip |
Missing flags in capture-pane, and tweak choose-tree text. From Dilyan Palauzov.
-rw-r--r-- | tmux.1 | 21 |
1 files changed, 9 insertions, 12 deletions
@@ -1247,7 +1247,7 @@ By default, it uses the format but a different format may be specified with .Fl F . .It Xo Ic capture-pane -.Op Fl aepPq +.Op Fl aepPqCJ .Op Fl b Ar buffer-name .Op Fl E Ar end-line .Op Fl S Ar start-line @@ -1387,19 +1387,16 @@ can be used and will be replaced with the session name and window index. When a window is chosen from the list, the session command is run before the window command. .Pp -If .Fl S -is given will display the specified format instead of the default session -format. -If +uses +.Ar format +instead of the default session +format and .Fl W -is given will display the specified format instead of the default window -format. -For the meaning of the -.Fl s -and -.Fl w -options, see the +instead of the default window format. +For the meaning of +.Ar format , +see the .Sx FORMATS section. .Pp |