vim设置字体

在Linux下设置字体的命令是:
:set guifont=Courier/ 14
而在Windows下则是:
:set guifont=Courier:14
当然,如果需要设置多个字体,则我们可以在各个字体之间添加逗号(,)来设置多个字体,如:
:set guifont=Courier/ New/ 12, Arial/ 10

如果不知道是那种字体到的话 可以通过:set guifont 来查看它是哪一种!

原文地址:https://www.cnblogs.com/hjslovewcl/p/2314376.html