Vim printing

From wikinotes
Revision as of 18:43, 17 July 2021 by Will (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Vim (as far as I know) doesn't have built-in printing functionality.
You can instead convert a file to html, then print that.

:TOhtml  " convert to html
:!lp %   " print (on linux/bsd w/ cups)