diff options
author | nicm <nicm> | 2017-11-15 19:59:27 +0000 |
---|---|---|
committer | nicm <nicm> | 2017-11-15 19:59:27 +0000 |
commit | 3b649d2fcdc8a15c69efbce69ae9e559481d36cb (patch) | |
tree | b8b2e0d03ace30d066b836c53f37aa9eef02a9b5 /tmux.1 | |
parent | 533a5719c5edf53f0d7021d4340af230cc43ac8a (diff) | |
download | rtmux-3b649d2fcdc8a15c69efbce69ae9e559481d36cb.tar.gz rtmux-3b649d2fcdc8a15c69efbce69ae9e559481d36cb.tar.bz2 rtmux-3b649d2fcdc8a15c69efbce69ae9e559481d36cb.zip |
Add a common function for spreading out cells and use it for the two
even layouts and to add a -E flag to select-layout to spread out cells
evenly without changing parent cells.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1923,8 +1923,8 @@ lower) with .Fl U or downward (numerically higher). .It Xo Ic select-layout -.Op Fl nop -.Op Fl t Ar target-window +.Op Fl Enop +.Op Fl t Ar target-pane .Op Ar layout-name .Xc .D1 (alias: Ic selectl ) @@ -1942,6 +1942,8 @@ and commands. .Fl o applies the last set layout if possible (undoes the most recent layout change). +.Fl E +spreads the current pane and any panes next to it out evenly. .It Xo Ic select-pane .Op Fl DdegLlMmRU .Op Fl P Ar style |