Allow invisible preview window (--preview-window 0)

Close #820
This commit is contained in:
Junegunn Choi
2017-01-24 00:23:16 +09:00
parent a3244c4892
commit 6a75e30941
5 changed files with 38 additions and 14 deletions

View File

@@ -8,6 +8,8 @@ CHANGELOG
- 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'`
- `--preview-window` with size 0 is allowed. This is used to make fzf execute
preview command in the background without displaying the result.
0.16.1
------