m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-17 15:53:39 -05:00

Add --gap-line to --help output and man page

This commit is contained in:
Junegunn Choi
2025-01-15 23:40:42 +09:00
parent 717562b264
commit b42f5bfb19
2 changed files with 8 additions and 1 deletions

View File

@@ -543,6 +543,10 @@ e.g.
.BI "\-\-gap" "[=N]"
Render empty lines between each item
.TP
.BI "\-\-gap\-line" "[=STR]"
The given string will be repeated to draw a horizontal line on each gap
(default: '┈' or '\-' depending on \fB\-\-no\-unicode\fR).
.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.