Update vimrc.

This commit is contained in:
Faerbit 2017-04-20 23:44:36 +02:00
parent c91d78985d
commit 39c12f4c05

2
vimrc
View File

@ -73,7 +73,7 @@ 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> :! if [ -f Makefile ]; then; make; else; latexmk -auxdir=build -outdir=build -pdf %:t; mv build/%:r.pdf .; fi<cr>
au FileType tex :map <F9> :! if [ -f Makefile ]; then; make; else; latexmk -auxdir=build -outdir=build -pdf %:t; cp build/%:r.pdf .; fi<cr>
"Highlight chars after column 80
let s:activatedh=0