Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
您如何更改 vim 编辑器的未使用/底部部分?这张照片有望澄清我可怕的描述:)。
该部分由突出显示组 NonText 控制。因此,您可以在颜色方案行之后添加以下行以将背景颜色设置为蓝色。
highlight NonText ctermbg=blue
当然,将蓝色更改为您想要的任何颜色。此外,如果您在 gvim 中,您将希望使用它guibg=来设置背景颜色。
guibg=