summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2024-10-01 19:15:17 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2024-10-01 19:15:17 +0900
commit1a32220ca94ae897cab408a9eeaed094a8a739f1 (patch)
treeeac828f9fbc416c7d19fb74bc65e8e45d01b4786 /man
parent4161403a1d6286f6ba7898b1f22f30d01d85b8dc (diff)
downloadfzf-1a32220ca94ae897cab408a9eeaed094a8a739f1.tar.gz
Add --gap option to put empty lines between items
Diffstat (limited to 'man')
-rw-r--r--man/man1/fzf.13
1 files changed, 3 insertions, 0 deletions
diff --git a/man/man1/fzf.1 b/man/man1/fzf.1
index 321327ab..59e21815 100644
--- a/man/man1/fzf.1
+++ b/man/man1/fzf.1
@@ -208,6 +208,9 @@ Indicator for wrapped lines. The default is '↳ ' or '> ' depending on
.B "\-\-no\-multi\-line"
Disable multi-line display of items when using \fB\-\-read0\fR
.TP
+.BI "\-\-gap" "[=N]"
+Render empty lines between each item
+.TP
.B "\-\-keep\-right"
Keep the right end of the line visible when it's too long. Effective only when
the query string is empty.