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

沒有留言:

張貼留言

Ubuntu 18.04 讀卡機 driver , ( IT-500U )

# ubuntu 18.04.06 , Let   (info-think it-500U card-reader) driver work $sudo apt-get install build-essential libusb-1.0-0-dev libpcsclite-de...