简体   繁体   中英

Font size NOT changing through .vimrc but can inside vim

I can change the font size with set guifont=FixedsysTTF Monospace:h13 inside Vim and works perfectly.

However when I put this inside ~/.vimrc it stays the same font size no matter what size I set it to, and it's really small.

Here is the screenshot of the problem:

这是问题的截图

I didn't catch a space in the font name. It must be escaped:

set guifont=FixedsysTTF\ Monospace:h13

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM