2025年9月16日 星期二

In Gvim ,How to setup default font and font-size

In .gvimrc , You must add a (\)back-slash to tell gvim , 16 is the font-size . Otherwise, It will fail .

Fail

:set guifont=Monospace 16

OK

:set guifont=Monospace\ 16

沒有留言:

張貼留言

In Gvim ,How to setup default font and font-size In  .gvimrc  , You must add a ( \ ) back-slash  to tell gvim ,  16  is the  font-size  . Ot...