summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2025-02-01 11:12:59 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2025-02-01 17:03:59 +0900
commite1e171a3c458b8bc7dc347cbbd89be30f490ffb8 (patch)
treeae2c4275ae78cce08d345740c0d32295a31cc361 /CHANGELOG.md
parentd075c00015c3a2045061f289f0a089bc7ad6de5a (diff)
downloadfzf-e1e171a3c458b8bc7dc347cbbd89be30f490ffb8.tar.gz
Add toggle-bind
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c4250b42..e2a14101 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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)