-
Notifications
You must be signed in to change notification settings - Fork 66
Open
Description
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
Labels
No labels