Support custom separator of inline info

Close #2030
Close #3084
This commit is contained in:
Junegunn Choi
2023-01-24 17:40:08 +09:00
parent ae897c8cdb
commit 618d317803
5 changed files with 43 additions and 17 deletions

View File

@@ -3,6 +3,10 @@ CHANGELOG
0.37.0
------
- Added a way to customize the separator of inline info
```sh
fzf --info 'inline: ' --prompt ' ' --color prompt:bright-yellow
```
- New event
- `focus` - Triggered when the focus changes due to a vertical cursor
movement or a search result update