m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-19 09:03:43 -05:00

Add toggle-bind

This commit is contained in:
Junegunn Choi
2025-02-01 11:12:59 +09:00
parent d075c00015
commit e1e171a3c4
6 changed files with 30 additions and 10 deletions

View File

@@ -74,6 +74,7 @@ CHANGELOG
# Press CTRL-Y to copy the current line to the clipboard and ring the bell
fzf --bind 'ctrl-y:execute-silent(echo -n {} | pbcopy)+bell'
```
- Added `toggle-bind` action
- Bug fixes and improvements
- Fixed fish script to support fish 3.1.2 or later (@bitraid)