m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-18 16:45:38 -05:00

Add --min-height option for percent --height

This commit is contained in:
Junegunn Choi
2017-01-10 01:04:36 +09:00
parent 78a3f81972
commit 340af463cd
3 changed files with 18 additions and 5 deletions

View File

@@ -138,6 +138,10 @@ Label characters for \fBjump\fR and \fBjump-accept\fR
Display fzf window below the cursor with the given height instead of using
fullscreen.
.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.
.TP
.B "--reverse"
Reverse orientation
.TP