summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
authorFlorian Pritz <f-p@gmx.at>2009-05-09 19:42:02 +0200
committerFlorian Pritz <f-p@gmx.at>2009-05-09 19:42:02 +0200
commit794f2a414fed763fe730a5869551d097ebbee262 (patch)
tree1941234a11c913a454b6364b904eb4f1a888cf49 /.vimrc
parent8da957608dfe9cad7d5b86f7e661a172d4f22361 (diff)
downloaddotfiles-794f2a414fed763fe730a5869551d097ebbee262.tar.gz
dotfiles-794f2a414fed763fe730a5869551d097ebbee262.tar.xz
vim hotkey change
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index a4302a3..6eb94b1 100644
--- a/.vimrc
+++ b/.vimrc
@@ -55,7 +55,7 @@ au FileType perl map <F4> :!perl %<CR>
au FileType ruby map <F4> :!ruby %<CR>
au FileType lua map <F4> :!lua %<CR>
au FileType html,xhtml map <F4> :!firefox %<CR>
-au FileType tex map <F4> :!texi2pdf %<CR>
+au FileType tex map <F4> :!texi2pdf -c %<CR>
" MiniBufExplorer
"let g:miniBufExplMapWindowNavVim = 1