summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2023-01-24 17:40:08 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2023-01-24 17:55:06 +0900
commit618d3178033d80fbe13b70e6387c3f0673a1bf7a (patch)
tree59e897a77b899bfea86f0ff3b7d7acc2788e4353 /man
parentae897c8cdbbaa8f371c6e2fcb976a594a562e1bf (diff)
Support custom separator of inline info
Close #2030 Close #3084
Diffstat (limited to 'man')
-rw-r--r--man/man1/fzf.18
1 files changed, 5 insertions, 3 deletions
diff --git a/man/man1/fzf.1 b/man/man1/fzf.1
index a2e8c41f..8329fd51 100644
--- a/man/man1/fzf.1
+++ b/man/man1/fzf.1
@@ -337,11 +337,13 @@ e.g.
Determines the display style of finder info (match counters).
.br
-.BR default " Display on the next line to the prompt"
+.BR default " Display on the next line to the prompt"
.br
-.BR inline " Display on the same line"
+.BR inline " Display on the same line with the default separator ' < '"
.br
-.BR hidden " Do not display finder info"
+.BR inline:SEPARATOR " Display on the same line with a non-default separator"
+.br
+.BR hidden " Do not display finder info"
.br
.TP