Fish 自动完成寻呼机在选项卡浏览时不会突出显示选项

Fish autocomplete pager doesn't highlight options when tabbing through them

以前,fish 会突出显示当前选择的自动完成。现在不是了。你知道怎么让它高亮吗?

观察到的行为

预期行为

所选背景颜色存储在 $fish_pager_color_selected_background 中,如果未设置则存储在 $fish_color_search_match 中。

似乎这些都没有设置,或者您选择的值看起来像您终端的背景。鉴于你现在有一个浅色背景,鱼无法检测到它是很难避免的。

使用类似

的东西
set -g fish_pager_color_selected_background --background=533

进行设置。该值应该类似于 fish 的 set_color 内置参数。

有关详细信息,请参阅 https://fishshell.com/docs/current/interactive.html#pager-color-variables