From de5163a634374d64f98a79afafe0c2a526c21a04 Mon Sep 17 00:00:00 2001 From: nicm Date: Wed, 22 Apr 2020 06:57:13 +0000 Subject: Change so main-pane-width and height can be given as a percentage. --- tmux.1 | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index e54817d5..b99fcb62 100644 --- a/tmux.1 +++ b/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 -- cgit