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'