From 6a75e30941af50a7197ef5e96c07a8605aec9a53 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Tue, 24 Jan 2017 00:23:16 +0900 Subject: Allow invisible preview window (--preview-window 0) Close #820 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index e6df93e3..db5182bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 ------ -- cgit v1.2.3