How do I set the default font size in Vim?

前端 未结 5 840
萌比男神i
萌比男神i 2020-12-04 07:22

I am trying to configure the default settings for my GUI with Vim. I already made research on the web, but all the solutions I found and tried did not work.

Here are

5条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-04 07:42

    Add Regular to syntax and use gfn:

    set gfn= Monospace\ Regular:h13

提交回复
热议问题