summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2017-01-22 02:32:49 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2017-01-22 02:32:49 +0900
commit131aa5dd15788875e796bbd2f2bfdf644584284a (patch)
tree2c396a98656031dbe59d12df511523fb0c294a78 /CHANGELOG.md
parenta06ccc928f46e9c095680bc67b9f65c61f323e23 (diff)
Composable actions in --bind
Close #816
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 473f899f..fac6f347 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,12 @@
CHANGELOG
=========
+0.16.2
+------
+- Added support for composite actions in `--bind`. Multiple actions can be
+ chained using `+` separator.
+ - e.g. `fzf --bind 'ctrl-y:execute(echo -n {} | pbcopy)+abort'`
+
0.16.1
------
- Fixed `--height` option to properly fill the window with the background