From e905420c82fb10a0816aa27d3eb71f7d979ece37 Mon Sep 17 00:00:00 2001 From: Faerbit Date: Sun, 2 Feb 2014 19:14:25 +0100 Subject: [PATCH] Overwritten for Latex files. --- vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vimrc b/vimrc index 025c00f..09b098b 100644 --- a/vimrc +++ b/vimrc @@ -35,3 +35,6 @@ endif "Map on python files au FileType python :map :Coveragepy show au FileType python :imap + +"Map on Latex files +au FileType tex :map :! pdflatex %:t; rm *.aux; rm *.log