From 98815bff665a2a19e940381417f1afe414d6a36e Mon Sep 17 00:00:00 2001 From: Andrey Orst Date: Thu, 11 Oct 2018 14:03:48 +0300 Subject: [PATCH] use percents for screen division in tmux --- rc/fzf.kak | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rc/fzf.kak b/rc/fzf.kak index e31c522..0d6b437 100644 --- a/rc/fzf.kak +++ b/rc/fzf.kak @@ -105,9 +105,9 @@ Default arguments: "\ str fzf_highlighter "highlight" -declare-option -docstring "height of fzf tmux split -Default value: 15" \ -int fzf_tmux_height 15 +declare-option -docstring "height of fzf tmux split in screen lines or percents +Default value: 25%%" \ +str fzf_tmux_height '25%' # default mappings map global fzf -docstring "open buffer" 'b' ': fzf-buffer'