mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2024-11-21 20:35:11 +00:00
Fix typos
This commit is contained in:
parent
540632bb9e
commit
27d1f5e0a8
@ -3,7 +3,7 @@ CHANGELOG
|
||||
|
||||
0.54.0
|
||||
------
|
||||
- Added `--info-command` option for customizing info text
|
||||
- Added `--info-command` option for customizing the info line
|
||||
```sh
|
||||
# Prepend the current cursor position in yellow
|
||||
fzf --info-command='echo -e "\x1b[33;1m$FZF_POS\x1b[m/$FZF_INFO 💛"'
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user