use percents for screen division in tmux
This commit is contained in:
parent
b859076b8a
commit
98815bff66
1 changed files with 3 additions and 3 deletions
|
@ -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>'
|
||||||
|
|
Loading…
Reference in a new issue