When using fzf in a tmux popup, the fzf_tmux_height is respected, however, there is no way to specify the width (which defaults to 50%). This feature adds the fzf_tmux_popup_width option that can be used to set the popup width in either screen percentage or columns.
This size affects only the popup. When using a split, the width is automatically the same width as the current pane (which makes sense as a horizontal split is used), which cannot be overridden as it must be the same width as the original pane.
When using fzf in a tmux popup, the
fzf_tmux_height
is respected, however, there is no way to specify the width (which defaults to 50%). This feature adds thefzf_tmux_popup_width
option that can be used to set the popup width in either screen percentage or columns.This size affects only the popup. When using a split, the width is automatically the same width as the current pane (which makes sense as a horizontal split is used), which cannot be overridden as it must be the same width as the original pane.