m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-19 17:13:42 -05:00

Make 'double-click' behave the same as 'enter' by default

Close #3061
This commit is contained in:
Junegunn Choi
2022-11-29 20:24:18 +09:00
parent 6b7a543c82
commit 8f4c89f50e
3 changed files with 15 additions and 1 deletions

View File

@@ -1,6 +1,16 @@
CHANGELOG
=========
0.35.2
------
- `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
# No need to bind 'double-click' to the same action
fzf --bind 'enter:execute:less {}' # --bind 'double-click:execute:less {}'
```
- Minor rendering improvements
0.35.1
------
- Fixed a bug where fzf with `--tiebreak=chunk` crashes on inverse match query