Setting 2 fonts with different sizes in MacVim

前端 未结 1 1106
甜味超标
甜味超标 2021-01-22 13:53

I\'m using Vim in MacVim on Mac OS X. I have following config in .gvimrc:

set guifont=Inconsolata:h15

But I\'d like to set to different font an

1条回答
  •  不思量自难忘°
    2021-01-22 14:08

    You can have a look at :set guifontset=-*-*-medium-r-normal--16-*-*-*-c-*-*-*

    From :h guifontset:

    When not empty, specifies two (or more) fonts to be used. The first one for normal English, the second one for your special language. See |xfontset|

    0 讨论(0)
提交回复
热议问题