diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2025-01-28 18:34:12 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2025-01-28 18:34:12 +0900 |
| commit | eb0257d48f8362ff91df162ac4bc07ac0693ba27 (patch) | |
| tree | 3ca94beb69273ea7b08cc52388824cc528c81d18 /man | |
| parent | b83dd6c6b426da99e11a8b3c58c075c70ee2700a (diff) | |
| download | fzf-eb0257d48f8362ff91df162ac4bc07ac0693ba27.tar.gz | |
Enhance --min-height option to take number followed by +
Diffstat (limited to 'man')
| -rw-r--r-- | man/man1/fzf.1 | 9 |
1 files changed, 6 insertions, 3 deletions
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 |
