summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2017-01-10 01:04:36 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2017-01-10 01:04:36 +0900
commit340af463cd9c52c0a3a7ea5688035bba1cd29f6a (patch)
tree870eccd5ac33d6c8dc5c298c1f58e2c6c51cf3df /man
parent78a3f81972312d13d50e5b24dcabaa40284566b5 (diff)
Add --min-height option for percent --height
Diffstat (limited to 'man')
-rw-r--r--man/man1/fzf.14
1 files changed, 4 insertions, 0 deletions
diff --git a/man/man1/fzf.1 b/man/man1/fzf.1
index 1bcfb631..98c1c791 100644
--- a/man/man1/fzf.1
+++ b/man/man1/fzf.1
@@ -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