From e4b1559fd273bf5798d536dce40b604cc98018b2 Mon Sep 17 00:00:00 2001 From: Sebastian Reichel Date: Thu, 12 May 2011 17:23:04 +0200 Subject: initial config --- vim/after/ftplugin/tex.vim | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 vim/after/ftplugin/tex.vim (limited to 'vim/after/ftplugin/tex.vim') diff --git a/vim/after/ftplugin/tex.vim b/vim/after/ftplugin/tex.vim new file mode 100644 index 0000000..91985fa --- /dev/null +++ b/vim/after/ftplugin/tex.vim @@ -0,0 +1,9 @@ +" compile latex via +nnoremap \rubber :!rubber -d % +nmap \rubber +imap \rubber + +" open pdf via +nnoremap \evince :!vim-open-pdf % >/dev/null 2>&1 & +nmap \evince +imap \evince -- cgit v1.2.3