From 46297694177babad50ed95707c32cd22f5a01b36 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Mon, 30 Mar 2015 14:43:50 +0100 Subject: LatexBox instead of Vimtex --- vim/after/ftplugin/tex/mappings.vim | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'vim/after') diff --git a/vim/after/ftplugin/tex/mappings.vim b/vim/after/ftplugin/tex/mappings.vim index a3b882c..8b731d0 100644 --- a/vim/after/ftplugin/tex/mappings.vim +++ b/vim/after/ftplugin/tex/mappings.vim @@ -30,9 +30,9 @@ inoremap `f \phi inoremap `p \pi inoremap `w \omega -nnoremap i :VimtexCompile -nnoremap e :VimtexErrors -nnoremap o :VimtexView -nnoremap k :VimtexStop:VimtexClean -nnoremap t :VimtexTocToggle +nnoremap a :call SynctexShow() +nnoremap i :Latexmk +nnoremap e :LatexErrors +nnoremap o :LatexView +nnoremap k :LatexmkStop:LatexmkClean nnoremap h :split header.sty -- cgit v1.2.3