m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-08 03:13:48 -05:00

Update CHANGELOG

This commit is contained in:
Junegunn Choi
2025-10-09 00:14:21 +09:00
parent ba6fc40cfd
commit c38c6cad79

View File

@@ -174,6 +174,11 @@ like `{up,down}-match`, `{up,down}-selected`, and `toggle+{up,down}`.
fzf --raw --bind 'result:first+transform:[[ $FZF_RAW = 0 ]] && echo $FZF_DIRECTION-match'
```
### Added key support for `--bind`
Pull request #3996 added support for many additional keys for `--bind` option,
such as `ctrl-backspace`.
### Breaking changes
#### Hiding the gutter column