diff options
Diffstat (limited to 'usr.bin/tmux/tmux.1')
-rw-r--r-- | usr.bin/tmux/tmux.1 | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index e62407f156e..15d3c3eabbe 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.575 2017/08/19 20:40:16 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.576 2017/08/23 09:39:11 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com> .\" @@ -14,7 +14,7 @@ .\" 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 $ +.Dd $Mdocdate: August 23 2017 $ .Dt TMUX 1 .Os .Sh NAME @@ -1354,6 +1354,7 @@ 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 N .Op Fl F Ar format .Op Fl f Ar filter .Op Fl O Ar sort-order @@ -1381,6 +1382,7 @@ The following keys may be used in client mode: .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,10 +1406,12 @@ or 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 sw +.Op Fl Nsw .Op Fl F Ar format .Op Fl f Ar filter .Op Fl O Ar sort-order @@ -1436,6 +1440,7 @@ The following keys may be used in tree mode: .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,6 +1463,8 @@ or 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,6 +4061,7 @@ The buffer commands are as follows: .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,6 +4085,7 @@ The following keys may be used in buffer mode: .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,6 +4108,8 @@ or 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 ) |