cga2000 wrote:
I occasionally need a quick printout of what I am currently editing and
use the :ha command. I was wondering whether there was any way I could
switch to a different printer font or choose a smaller font size.
I doubt this is relevant but just in case I'll mention that I use vim on
an xterm and cups for print jobs. As to the printer it is an HP Laserjet
with embedded postscript.
Thanks,
cga
The Vim documentation's well-known needle-and-haystack problem again.
See
:help 'printfont'
:help pfn-option
You could have found the latter from the former, which you could have
found by means of
:help 'print<Tab>
using :set nocompatible wildmenu
HTH,
Tony.