=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.575 retrieving revision 1.576 diff -c -r1.575 -r1.576 *** src/usr.bin/tmux/tmux.1 2017/08/19 20:40:16 1.575 --- src/usr.bin/tmux/tmux.1 2017/08/23 09:39:11 1.576 *************** *** 1,4 **** ! .\" $OpenBSD: tmux.1,v 1.575 2017/08/19 20:40:16 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" --- 1,4 ---- ! .\" $OpenBSD: tmux.1,v 1.576 2017/08/23 09:39:11 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" *************** *** 14,20 **** .\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING .\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" ! .Dd $Mdocdate: August 19 2017 $ .Dt TMUX 1 .Os .Sh NAME --- 14,20 ---- .\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING .\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" ! .Dd $Mdocdate: August 23 2017 $ .Dt TMUX 1 .Os .Sh NAME *************** *** 1354,1359 **** --- 1354,1360 ---- The default is to capture only the visible contents of the pane. .It Xo .Ic choose-client + .Op Fl N .Op Fl F Ar format .Op Fl f Ar filter .Op Fl O Ar sort-order *************** *** 1381,1386 **** --- 1382,1388 ---- .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 "v" Ta "Toggle preview" .It Li "q" Ta "Exit mode" .El .Pp *************** *** 1404,1413 **** specifies an initial filter. .Fl F specifies the format for each item in the list. This command works only if at least one client is attached. .It Xo .Ic choose-tree ! .Op Fl sw .Op Fl F Ar format .Op Fl f Ar filter .Op Fl O Ar sort-order --- 1406,1417 ---- specifies an initial filter. .Fl F specifies the format for each item in the list. + .Fl N + 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 F Ar format .Op Fl f Ar filter .Op Fl O Ar sort-order *************** *** 1436,1441 **** --- 1440,1446 ---- .It Li "\&:" Ta "Run a command for each tagged item" .It Li "f" Ta "Enter a format to filter items" .It Li "O" Ta "Change sort order" + .It Li "v" Ta "Toggle preview" .It Li "q" Ta "Exit mode" .El .Pp *************** *** 1458,1463 **** --- 1463,1470 ---- specifies an initial filter. .Fl F specifies the format for each item in the tree. + .Fl N + starts without the preview. This command works only if at least one client is attached. .It Xo .Ic display-panes *************** *** 4054,4059 **** --- 4061,4067 ---- .Bl -tag -width Ds .It Xo .Ic choose-buffer + .Op Fl N .Op Fl F Ar format .Op Fl f Ar filter .Op Fl O Ar sort-order *************** *** 4077,4082 **** --- 4085,4091 ---- .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 "v" Ta "Toggle preview" .It Li "q" Ta "Exit mode" .El .Pp *************** *** 4099,4104 **** --- 4108,4115 ---- specifies an initial filter. .Fl F specifies the format for each item in the list. + .Fl N + starts without the preview. 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 )