From bee6887a32ad9ac4c9aa21359c6a437a5b8667dd Mon Sep 17 00:00:00 2001 From: Andrey Orst Date: Thu, 11 Oct 2018 08:13:16 +0300 Subject: [PATCH] use false for preview as being said in the docstring --- rc/fzf.kak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc/fzf.kak b/rc/fzf.kak index a1409ad..8593987 100644 --- a/rc/fzf.kak +++ b/rc/fzf.kak @@ -54,7 +54,7 @@ declare-option -docstring "allow showing preview window Default value: false " \ -bool fzf_preview true +bool fzf_preview false declare-option -docstring "amount of lines to pass to preview window Default value: 100" \