print manual page in color

  1. Use Vim with :Man, you will need runtime ftplugin/man.vim
  2. open man page with :Man date
  3. 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
  4. :TOhtml (P.S. I have my own :TOPrintHtml)
  5. then open with web browser and print