mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-16 07:13:48 -05:00
e.g.
if exists('$TMUX')
let g:fzf_layout = { 'tmux': '-p90%,60%' }
else
let g:fzf_layout = { 'window': { 'width': 0.9, 'height': 0.6 } }
endif