From: Steinar H. Gunderson Date: Mon, 8 Aug 2005 17:34:57 +0000 (+0000) Subject: Added documentation about .vimrc. X-Git-Url: https://git.sesse.net/?p=webpdf;a=commitdiff_plain;h=deb0c67211f3b7050723c822d2ad499a0cfd5c2e Added documentation about .vimrc. --- diff --git a/README b/README index 7b745d3..a011536 100644 --- a/README +++ b/README @@ -50,6 +50,18 @@ output PostScript, but OK). It's going to be a “PDF converter”, using as command line, and your output directory as appropriate. Also remember to set the page size if you don't happen to prefer Letter already. + +Special vim configuration + +You might want a simple .vimrc for your user as well; mine reads + + set fileencodings=utf-8,iso8859-1 + syn on + set bg=dark + +(Yes, for some reason bg=dark looks better when printing. Don't ask me why.) + + Happy hacking :-) -- Steinar H. Gunderson , http://www.sesse.net/