1
0
Fork 0

use percents for screen division in tmux

This commit is contained in:
Andrey Orst 2018-10-11 14:03:48 +03:00
parent b859076b8a
commit 98815bff66

View file

@ -105,9 +105,9 @@ Default arguments:
"\ "\
str fzf_highlighter "highlight" str fzf_highlighter "highlight"
declare-option -docstring "height of fzf tmux split declare-option -docstring "height of fzf tmux split in screen lines or percents
Default value: 15" \ Default value: 25%%" \
int fzf_tmux_height 15 str fzf_tmux_height '25%'
# default mappings # default mappings
map global fzf -docstring "open buffer" 'b' '<esc>: fzf-buffer<ret>' map global fzf -docstring "open buffer" 'b' '<esc>: fzf-buffer<ret>'