From c4ffa0b992798f3362b27642088dccb251aaef1e Mon Sep 17 00:00:00 2001 From: jmriego Date: Thu, 25 Jul 2024 22:41:34 +0200 Subject: [PATCH] Update docs for VimuxHeight --- doc/vimux.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/vimux.txt b/doc/vimux.txt index 3936164..1d25ca1 100644 --- a/doc/vimux.txt +++ b/doc/vimux.txt @@ -294,11 +294,12 @@ change the behavior of Vimux in just the current buffer. *VimuxConfiguration_height* 4.1 g:VimuxHeight~ -The percent of the screen the split pane Vimux will spawn should take up. +The part of the screen the split pane Vimux will spawn should take up. This +option accepts both a number of lines/columns or a percentage. > let g:VimuxHeight = "40" < -Default: "20" +Default: "20%" ------------------------------------------------------------------------------ *VimuxConfiguration_orientation*