mirror of
https://github.com/junegunn/fzf
synced 2026-06-09 10:03:17 +00:00
71e573d082
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