diff options
author | Thomas Adam <thomas@xteddy.org> | 2018-02-28 10:02:29 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2018-02-28 10:02:29 +0000 |
commit | 0ca9664ecf001bc7883ead43a1d426d1e9465564 (patch) | |
tree | 309ee8a8d95ec49b0113391ebe2d32dbede11433 /tmux.1 | |
parent | f5a37d00718e95e255abf25650891c6dff5d9585 (diff) | |
parent | 508e2f0b3aaf2db9b692863738e7ca75765fc70c (diff) | |
download | rtmux-0ca9664ecf001bc7883ead43a1d426d1e9465564.tar.gz rtmux-0ca9664ecf001bc7883ead43a1d426d1e9465564.tar.bz2 rtmux-0ca9664ecf001bc7883ead43a1d426d1e9465564.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -1381,7 +1381,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 NZ .Op Fl F Ar format .Op Fl f Ar filter .Op Fl O Ar sort-order @@ -1390,6 +1390,8 @@ The default is to capture only the visible contents of the pane. .Xc Put a pane into client mode, allowing a client to be selected interactively from a list. +.Fl Z +zooms the pane. The following keys may be used in client mode: .Bl -column "Key" "Function" -offset indent .It Sy "Key" Ta Sy "Function" @@ -1440,7 +1442,7 @@ starts without the preview. This command works only if at least one client is attached. .It Xo .Ic choose-tree -.Op Fl GNsw +.Op Fl GNswZ .Op Fl F Ar format .Op Fl f Ar filter .Op Fl O Ar sort-order @@ -1453,6 +1455,8 @@ interactively from a list. starts with sessions collapsed and .Fl w with windows collapsed. +.Fl Z +zooms the pane. The following keys may be used in tree mode: .Bl -column "Key" "Function" -offset indent .It Sy "Key" Ta Sy "Function" @@ -4135,7 +4139,7 @@ The buffer commands are as follows: .Bl -tag -width Ds .It Xo .Ic choose-buffer -.Op Fl N +.Op Fl NZ .Op Fl F Ar format .Op Fl f Ar filter .Op Fl O Ar sort-order @@ -4144,6 +4148,8 @@ The buffer commands are as follows: .Xc Put a pane into buffer mode, where a buffer may be chosen interactively from a list. +.Fl Z +zooms the pane. The following keys may be used in buffer mode: .Bl -column "Key" "Function" -offset indent .It Sy "Key" Ta Sy "Function" |