mirror of
https://github.com/junegunn/fzf.git
synced 2025-07-31 04:02:01 -07:00
Fix typos
This commit is contained in:
@@ -454,9 +454,9 @@ Determines the display style of the finder info. (e.g. match counter, loading in
|
||||
|
||||
.TP
|
||||
.BI "--info-command=" "COMMAND"
|
||||
Command to generate the finder info. The command runs synchronously and block
|
||||
the UI until completion, so make sure that it's fast. ANSI color codes are
|
||||
supported. \fB$FZF_INFO\f$ variable is set to the original info text.
|
||||
Command to generate the finder info line. The command runs synchronously and
|
||||
blocks the UI until completion, so make sure that it's fast. ANSI color codes
|
||||
are supported. \fB$FZF_INFO\fR variable is set to the original info text.
|
||||
|
||||
e.g.
|
||||
\fB# Prepend the current cursor position in yellow
|
||||
|
Reference in New Issue
Block a user