Fix typos

This commit is contained in:
Junegunn Choi
2024-06-20 00:58:51 +09:00
parent 540632bb9e
commit 27d1f5e0a8
2 changed files with 4 additions and 4 deletions

View File

@@ -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 💛"'