Add change-query(...) action

This commit is contained in:
Junegunn Choi
2022-12-17 18:59:16 +09:00
parent a3b6b03dfb
commit 51c518da1e
5 changed files with 21 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ CHANGELOG
# Both actions respect --layout option
seq 10 | fzf --multi --bind ctrl-n:next-selected,ctrl-p:prev-selected --layout reverse
```
- Added `change-query(...)` action
- `double-click` will behave the same as `enter` unless otherwise specified,
so you don't have to repeat the same action twice in `--bind` in most cases.
```sh