Add change-with-nth action to dynamically change --with-nth (#4691)

This commit is contained in:
Junegunn Choi
2026-03-01 16:09:54 +09:00
committed by GitHub
parent 5887edc6ba
commit 3cfee281b4
9 changed files with 548 additions and 181 deletions

View File

@@ -1,6 +1,14 @@
CHANGELOG
=========
0.69.0
------
- Added `change-with-nth` action for dynamically changing the `--with-nth` option
```sh
echo -e "a b c\nd e f\ng h i" | fzf --with-nth .. \
--bind 'space:change-with-nth(1|2|3|1,3|2,3|)'
```
0.68.0
------
- Implemented word wrapping in the list section