Overwritten <F9> for Latex files.
This commit is contained in:
parent
0d3a2161c4
commit
e905420c82
3
vimrc
3
vimrc
@ -35,3 +35,6 @@ endif
|
|||||||
"Map <F8> on python files
|
"Map <F8> on python files
|
||||||
au FileType python :map <F10> :Coveragepy show<cr>
|
au FileType python :map <F10> :Coveragepy show<cr>
|
||||||
au FileType python :imap <F10> <Esc><F10>
|
au FileType python :imap <F10> <Esc><F10>
|
||||||
|
|
||||||
|
"Map <F9> on Latex files
|
||||||
|
au FileType tex :map <F9> :! pdflatex %:t; rm *.aux; rm *.log<cr>
|
||||||
|
Loading…
Reference in New Issue
Block a user