diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2025-01-15 23:40:42 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2025-01-15 23:40:42 +0900 |
| commit | b42f5bfb19b080eb12b886ec0787de47a069cc33 (patch) | |
| tree | 5ce656933f4c5be4b100d13b4101445d9ca10c06 /man | |
| parent | 717562b264a49a25c8b934d174e959b33bd02681 (diff) | |
| download | fzf-b42f5bfb19b080eb12b886ec0787de47a069cc33.tar.gz | |
Add --gap-line to --help output and man page
Diffstat (limited to 'man')
| -rw-r--r-- | man/man1/fzf.1 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/man/man1/fzf.1 b/man/man1/fzf.1 index 85cc28f9..d848d0e9 100644 --- a/man/man1/fzf.1 +++ b/man/man1/fzf.1 @@ -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. |
