diff options
author | nicm <nicm> | 2018-02-28 08:55:44 +0000 |
---|---|---|
committer | nicm <nicm> | 2018-02-28 08:55:44 +0000 |
commit | 508e2f0b3aaf2db9b692863738e7ca75765fc70c (patch) | |
tree | 4c956b3d1a1b43d9484637f4103dae036c1f1fe2 /tmux.1 | |
parent | 4d72b8fff7dfc170268af5a4c5323a8d9b815f74 (diff) | |
download | rtmux-508e2f0b3aaf2db9b692863738e7ca75765fc70c.tar.gz rtmux-508e2f0b3aaf2db9b692863738e7ca75765fc70c.tar.bz2 rtmux-508e2f0b3aaf2db9b692863738e7ca75765fc70c.zip |
Add -Z flag to choose-tree, choose-client, choose-buffer to
automatically zoom the pane when the mode is entered and unzoom when it
exits, assuming the pane is not already zoomed. Add -Z to the default
key bindings.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -1377,7 +1377,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 @@ -1386,6 +1386,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" @@ -1436,7 +1438,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 @@ -1449,6 +1451,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" @@ -4129,7 +4133,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 @@ -4138,6 +4142,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" |