Add change-prompt action

Close #2270
This commit is contained in:
Junegunn Choi
2020-12-04 20:34:41 +09:00
parent d2af3ff98d
commit 6d647e13ff
6 changed files with 65 additions and 28 deletions

View File

@@ -1,6 +1,14 @@
CHANGELOG
=========
0.24.4
------
- Added `change-prompt` action
```sh
fzf --prompt 'foo> ' --bind $'a:change-prompt:\x1b[31mbar> '
```
- Bug fixes and improvements
0.24.3
------
- Added `--padding` option