diff options
author | Thomas Adam <thomas@xteddy.org> | 2017-11-02 20:01:26 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2017-11-02 20:01:26 +0000 |
commit | 8c29f7413bd41e0f7afb1b53dc73128dfd42fb6f (patch) | |
tree | 2a8ecf685a8f14f673a6b7e1036c7d5ac79032f1 /tmux.1 | |
parent | cf782c4f546fb11f3157de7aecff85845b0dbed9 (diff) | |
parent | 17655e5ba65e37787cd9920e1a89aedf6f623957 (diff) | |
download | rtmux-8c29f7413bd41e0f7afb1b53dc73128dfd42fb6f.tar.gz rtmux-8c29f7413bd41e0f7afb1b53dc73128dfd42fb6f.tar.bz2 rtmux-8c29f7413bd41e0f7afb1b53dc73128dfd42fb6f.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1432,7 +1432,7 @@ starts without the preview. This command works only if at least one client is attached. .It Xo .Ic choose-tree -.Op Fl Nsw +.Op Fl GNsw .Op Fl F Ar format .Op Fl f Ar filter .Op Fl O Ar sort-order @@ -1488,6 +1488,9 @@ If a filter would lead to an empty list, it is ignored. specifies the format for each item in the tree. .Fl N starts without the preview. +.Fl G +includes all sessions in any session groups in the tree rather than only the +first. This command works only if at least one client is attached. .It Xo .Ic display-panes @@ -3715,6 +3718,8 @@ The following variables are available, where appropriate: .It Li "session_format" Ta "" Ta "1 if format is for a session (not assuming the current)" .It Li "session_last_attached" Ta "" Ta "Time session last attached" .It Li "session_group" Ta "" Ta "Name of session group" +.It Li "session_group_size" Ta "" Ta "Size of session group" +.It Li "session_group_list" Ta "" Ta "List of sessions in group" .It Li "session_grouped" Ta "" Ta "1 if session in a group" .It Li "session_height" Ta "" Ta "Height of session" .It Li "session_id" Ta "" Ta "Unique session ID" |