print manual page in color
Use
Vim
with
:Man
, you will need
runtime ftplugin/man.vim
open man page with
:Man date
In zshrc
export MANWIDTH=80
, this sets the width to 80 so that the man page can fit in one page with correct paragraph indent
:TOhtml
(P.S. I have my own
:TOPrintHtml
)
then open with web browser and print