mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Change so main-pane-width and height can be given as a percentage.
This commit is contained in:
6
tmux.1
6
tmux.1
@ -3711,6 +3711,9 @@ Set the width or height of the main (left or top) pane in the
|
||||
or
|
||||
.Ic main-vertical
|
||||
layouts.
|
||||
If suffixed by
|
||||
.Ql % ,
|
||||
this is a percentage of the window size.
|
||||
.Pp
|
||||
.It Xo Ic mode-keys
|
||||
.Op Ic vi | emacs
|
||||
@ -3764,6 +3767,9 @@ and
|
||||
.Ic other-pane-height
|
||||
options are set, the main pane will grow taller to make the other panes the
|
||||
specified height, but will never shrink to do so.
|
||||
If suffixed by
|
||||
.Ql % ,
|
||||
this is a percentage of the window size.
|
||||
.Pp
|
||||
.It Ic other-pane-width Ar width
|
||||
Like
|
||||
|
Reference in New Issue
Block a user