Add clear-query and clear-selection

Close #1787
Related #1364
This commit is contained in:
Junegunn Choi
2019-12-07 14:44:24 +09:00
parent 86e3994e87
commit af1a5f130b
5 changed files with 45 additions and 4 deletions

View File

@@ -7,6 +7,7 @@ CHANGELOG
```sh
: | fzf --bind 'change:reload:seq {q}' --phony
```
- Added `clear-query` and `clear-selection` actions for `--bind`
- It is now possible to split a composite bind action over multiple `--bind`
expressions by prefixing the later ones with `+`.
```sh