gpt4 book ai didi

vim - 在 vim 中,如何更改当前突出显示的搜索词的突出显示颜色?

转载 作者:行者123 更新时间:2023-12-04 23:28:46 24 4
gpt4 key购买 nike

来自 Fandom :

With the defaults, setting this option causes all text matching the current search to be highlighted using the Search highlight group, which adds a yellow background to the current highlighting.


hi Search将改变 vim 中匹配模式的颜色,但不会改变当前选择的搜索词,它具有不可读的黄色背景。如何将当前选定的背景更改为其他内容?什么是 hi ###学期?

最佳答案

该选项称为 IncSearch所以这条线看起来像这样:

hi IncSearch cterm=NONE ctermfg=yellow ctermbg=green

可以查看 $VIMRUNTIME/colors/*.vim 中的配色方案。机器的文件。

关于vim - 在 vim 中,如何更改当前突出显示的搜索词的突出显示颜色?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60118033/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com