diff options
author | Thomas Adam <thomas@xteddy.org> | 2017-06-09 18:01:14 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2017-06-09 18:01:14 +0100 |
commit | 4dbab75855aac5bc9d404b241d8a40e7290c3963 (patch) | |
tree | 64ee1e45a4e0ae0582f54777771ed8d7e02b7097 /tmux.1 | |
parent | ed45052d6d1aabdd94827b4fe70e978b9dbd4446 (diff) | |
parent | adcd5aff6fb86036ef736c10b04005da77a465f6 (diff) | |
download | rtmux-4dbab75855aac5bc9d404b241d8a40e7290c3963.tar.gz rtmux-4dbab75855aac5bc9d404b241d8a40e7290c3963.tar.bz2 rtmux-4dbab75855aac5bc9d404b241d8a40e7290c3963.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 33 |
1 files changed, 33 insertions, 0 deletions
@@ -1358,6 +1358,8 @@ the end of the visible pane. The default is to capture only the visible contents of the pane. .It Xo .Ic choose-client +.Op Fl f Ar filter +.Op Fl O Ar sort-order .Op Fl t Ar target-pane .Op Ar template .Xc @@ -1380,6 +1382,7 @@ The following keys may be used in client mode: .It Li "X" Ta "Detach and HUP tagged clients" .It Li "z" Ta "Suspend selected client" .It Li "Z" Ta "Suspend tagged clients" +.It Li "f" Ta "Enter a format to filter items" .It Li "O" Ta "Change sort order" .It Li "q" Ta "Exit mode" .El @@ -1393,10 +1396,21 @@ If .Ar template is not given, "detach-client -t '%%'" is used. .Pp +.Fl O +specifies the initial sort order: one of +.Ql name , +.Ql size , +.Ql creation , +or +.Ql activity . +.Fl f +specifies an initial filter. This command works only if at least one client is attached. .It Xo .Ic choose-tree .Op Fl sw +.Op Fl f Ar filter +.Op Fl O Ar sort-order .Op Fl t Ar target-pane .Op Ar template .Xc @@ -1432,6 +1446,14 @@ If .Ar template is not given, "switch-client -t '%%'" is used. .Pp +.Fl O +specifies the initial sort order: one of +.Ql index , +.Ql name , +or +.Ql time . +.Fl f +specifies an initial filter. This command works only if at least one client is attached. .It Xo .Ic display-panes @@ -3963,6 +3985,8 @@ The buffer commands are as follows: .Bl -tag -width Ds .It Xo .Ic choose-buffer +.Op Fl f Ar filter +.Op Fl O Ar sort-order .Op Fl t Ar target-pane .Op Ar template .Xc @@ -3981,6 +4005,7 @@ The following keys may be used in buffer mode: .It Li "C-t" Ta "Tag all buffers" .It Li "d" Ta "Delete selected buffer" .It Li "D" Ta "Delete tagged buffers" +.It Li "f" Ta "Enter a format to filter items" .It Li "O" Ta "Change sort order" .It Li "q" Ta "Exit mode" .El @@ -3994,6 +4019,14 @@ If .Ar template is not given, "paste-buffer -b '%%'" is used. .Pp +.Fl O +specifies the initial sort order: one of +.Ql time , +.Ql name +or +.Ql size . +.Fl f +specifies an initial filter. This command works only if at least one client is attached. .It Ic clear-history Op Fl t Ar target-pane .D1 (alias: Ic clearhist ) |