From 0144950c74ca0569ab1637841249ebdb86cda372 Mon Sep 17 00:00:00 2001 From: Felix Van der Jeugt Date: Mon, 22 Feb 2016 09:05:56 +0100 Subject: [PATCH] pdflatex with neoterm --- config/nvim/ftplugin/tex.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/nvim/ftplugin/tex.vim b/config/nvim/ftplugin/tex.vim index 4fbce46..ef744ce 100644 --- a/config/nvim/ftplugin/tex.vim +++ b/config/nvim/ftplugin/tex.vim @@ -1,6 +1,6 @@ " Make a pdf -nnoremap c :terminal pdflatex -shell-escape '%' +nnoremap c :T pdflatex '%' nnoremap i :!rifle '%:p:r.pdf' " Indent