Skip to content

gVim printing in Fixedsys font

Henryk Paluch edited this page Jan 19, 2019 · 2 revisions

Windows GUI vim (gVim) by defaults prints using Courier New font which is a bit hard to read.

To switch to Fixedsys font do this:

And then print something from gVim (for example to Microsoft PDF of BullZip PDF and see the difference :-)

To make your changes persistent, just create file %USERPROFILE%\_gvimrc with content:

" use FixedsysTTF font for printing instead of Courier_New
:set pfn=FixedsysTTF:h10 

-hp

Clone this wiki locally