Skip to content

popup border is disabled #96

@AndyAtTib

Description

@AndyAtTib

tmux-fzf/scripts/.fzf-tmux

Lines 203 to 205 in e91c1ae

elif [[ $tmux_32 = 1 ]]; then
FZF_DEFAULT_OPTS="--border $FZF_DEFAULT_OPTS"
opt="-B $opt"

The FZF_DEFAULT_OPTS has --border prefixed on it, but opt="-B $opt" disables the border by using -B.

Is there a way to prevent the use of -B and re-enable the popup border?

environment:

  • tmux 3.5a
  • fzf 0.62.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions