mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2025-04-05 16:51:50 +00:00
Fix typos
This commit is contained in:
parent
540632bb9e
commit
27d1f5e0a8
@ -3,7 +3,7 @@ CHANGELOG
|
|||||||
|
|
||||||
0.54.0
|
0.54.0
|
||||||
------
|
------
|
||||||
- Added `--info-command` option for customizing info text
|
- Added `--info-command` option for customizing the info line
|
||||||
```sh
|
```sh
|
||||||
# Prepend the current cursor position in yellow
|
# Prepend the current cursor position in yellow
|
||||||
fzf --info-command='echo -e "\x1b[33;1m$FZF_POS\x1b[m/$FZF_INFO 💛"'
|
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
|
.TP
|
||||||
.BI "--info-command=" "COMMAND"
|
.BI "--info-command=" "COMMAND"
|
||||||
Command to generate the finder info. The command runs synchronously and block
|
Command to generate the finder info line. The command runs synchronously and
|
||||||
the UI until completion, so make sure that it's fast. ANSI color codes are
|
blocks the UI until completion, so make sure that it's fast. ANSI color codes
|
||||||
supported. \fB$FZF_INFO\f$ variable is set to the original info text.
|
are supported. \fB$FZF_INFO\fR variable is set to the original info text.
|
||||||
|
|
||||||
e.g.
|
e.g.
|
||||||
\fB# Prepend the current cursor position in yellow
|
\fB# Prepend the current cursor position in yellow
|
||||||
|
Loading…
x
Reference in New Issue
Block a user