mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-19 09:03:43 -05:00
Add --separator to customize the info separator
This commit is contained in:
@@ -343,6 +343,18 @@ Determines the display style of finder info (match counters).
|
||||
.B "--no-info"
|
||||
A synonym for \fB--info=hidden\fB
|
||||
|
||||
.TP
|
||||
.BI "--separator=" "STR"
|
||||
The given string will be repeated to form the horizontal separator on the info
|
||||
line (default: '─' or '-' depending on \fB--no-unicode\fR).
|
||||
|
||||
ANSI color codes are supported.
|
||||
|
||||
.TP
|
||||
.B "--no-separator"
|
||||
Do not display horizontal separator on the info line. A synonym for
|
||||
\fB--separator=''\fB
|
||||
|
||||
.TP
|
||||
.BI "--prompt=" "STR"
|
||||
Input prompt (default: '> ')
|
||||
|
||||
Reference in New Issue
Block a user