]> git.sesse.net Git - webpdf/commitdiff
Added documentation about .vimrc.
authorSteinar H. Gunderson <sesse@samfundet.no>
Mon, 8 Aug 2005 17:34:57 +0000 (17:34 +0000)
committerSteinar H. Gunderson <sesse@samfundet.no>
Mon, 8 Aug 2005 17:34:57 +0000 (17:34 +0000)
README

diff --git a/README b/README
index 7b745d35d8c41d18dd83e3a9e0073667f3e338ad..a01153642e76377c8589057687bf53148a5be928 100644 (file)
--- 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.
 
 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 <sgunderson@bigfoot.com>, http://www.sesse.net/
 Happy hacking :-)
 
   -- Steinar H. Gunderson <sgunderson@bigfoot.com>, http://www.sesse.net/