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

Add --info=STYLE [default|inline|hidden]

Close #1738
This commit is contained in:
Junegunn Choi
2019-11-15 00:39:29 +09:00
parent 168453da71
commit d2fa470165
5 changed files with 84 additions and 29 deletions

View File

@@ -212,8 +212,21 @@ e.g.
fzf --margin 1,5%\fR
.RE
.TP
.B "--inline-info"
Display finder info inline with the query
.BI "--info=" "STYLE"
Determines the display style of finder info.
.br
.BR default " Display on the next line to the prompt"
.br
.BR inline " Display on the same line"
.br
.BR hidden " Do not display finder info"
.br
.TP
.B "--no-info"
A synonym for \fB--info=hidden\fB
.TP
.BI "--prompt=" "STR"
Input prompt (default: '> ')