From eb0257d48f8362ff91df162ac4bc07ac0693ba27 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Tue, 28 Jan 2025 18:34:12 +0900 Subject: Enhance --min-height option to take number followed by + --- man/man1/fzf.1 | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'man') diff --git a/man/man1/fzf.1 b/man/man1/fzf.1 index eefb1fbc..ad205920 100644 --- a/man/man1/fzf.1 +++ b/man/man1/fzf.1 @@ -336,9 +336,12 @@ Adaptive height has the following limitations: * It will not find the right size when there are multi-line items .TP -.BI "\-\-min\-height=" "HEIGHT" -Minimum height when \fB\-\-height\fR is given in percent (default: 10). -Ignored when \fB\-\-height\fR is not specified. +.BI "\-\-min\-height=" "HEIGHT[+]" +Minimum height when \fB\-\-height\fR is given as a percentage. +Add \fB+\fR to automatically increase the value according to the other +layout options so that the specified number of items are visible in the list +section (default: \fB10+\fR). +Ignored when \fB\-\-height\fR is not specified or set as an absolute value. .TP .BI "\-\-tmux" "[=[center|top|bottom|left|right][,SIZE[%]][,SIZE[%]][,border-native]]" Start fzf in a tmux popup (default \fBcenter,50%\fR). Requires tmux 3.3 or -- cgit v1.2.3