如何在vimperator / pentadactyl中增加命令行的字体大小?


Answers:


6

您可以在CSS中设置字体大小。这些css设置可以与hi[ghlight]命令一起应用。例如:

:hi CmdLine -append font-size:16px

要查看可以使用Highlight命令更改的所有设置的列表,请参见:help :hi

例如,您最有可能也希望增加完成项目描述的大小。可以使用以下设置完成此操作:

:hi CompDesc -append font-size:16px

要在启动时自动使用它们,只需打开文件~/.vimperatorrc并在其中添加它们,而无需前导冒号。

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.