We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aced3f commit 01dad75Copy full SHA for 01dad75
lib/ftb-tmux-popup
@@ -87,7 +87,7 @@ fi
87
popup_width=$(( min(max(comp_length + 5, popup_min_size[1]), window_width) ))
88
popup_x=$(( cursor_x + popup_width > window_width ? window_width - popup_width : cursor_x ))
89
90
-echo -E "env FZF_DEFAULT_OPTS='' SHELL=$ZSH_NAME $commands[fzf] ${(qq)fzf_opts[@]} < $tmp_dir/completions.$$ > $tmp_dir/result-$$" > $tmp_dir/fzf-$$
+echo -E "env FZF_DEFAULT_OPTS=${(qq)FZF_DEFAULT_OPTS} SHELL=$ZSH_NAME $commands[fzf] ${(qq)fzf_opts[@]} < $tmp_dir/completions.$$ > $tmp_dir/result-$$" > $tmp_dir/fzf-$$
91
{
92
tmux popup -x $popup_x -y $popup_y \
93
-w $popup_width -h $popup_height \
0 commit comments