Overwritten <F9> for Latex files.

This commit is contained in:
Faerbit 2014-02-02 19:14:25 +01:00
parent 0d3a2161c4
commit e905420c82

3
vimrc
View File

@ -35,3 +35,6 @@ endif
"Map <F8> on python files
au FileType python :map <F10> :Coveragepy show<cr>
au FileType python :imap <F10> <Esc><F10>
"Map <F9> on Latex files
au FileType tex :map <F9> :! pdflatex %:t; rm *.aux; rm *.log<cr>