m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-18 16:45:38 -05:00

Support custom separator of inline info

Close #2030
Close #3084
This commit is contained in:
Junegunn Choi
2023-01-24 17:40:08 +09:00
parent ae897c8cdb
commit 618d317803
5 changed files with 43 additions and 17 deletions

View File

@@ -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