Composable actions in --bind

Close #816
This commit is contained in:
Junegunn Choi
2017-01-22 02:32:49 +09:00
parent a06ccc928f
commit 131aa5dd15
5 changed files with 294 additions and 239 deletions

View File

@@ -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