commit 384102b580cb6a0eaa7ecefc0bea71a89b03a6b7 parent 212c7468b722e4554a5159efaf80bc7cd101df9d Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe> Date: Tue, 12 Nov 2024 16:47:25 -0500 thesis: change output directory Diffstat:
| M | session/thesis.vim | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/session/thesis.vim b/session/thesis.vim @@ -5,7 +5,7 @@ autocmd TextChanged *.tex :write norm Gzb{{+ function! Synctex() - execute "silent !zathura -x \"vim --servername thesis --remote-expr \\\"execute('edit \\\%{input} | \\\%{line} | call Synctex()')\\\"\" --synctex-forward " . line('.') . ":" . col('.') . ":" . bufname('%') . " /tmp/document.pdf >/dev/null 2>&1 &" + execute "silent !zathura -x \"vim --servername thesis --remote-expr \\\"execute('edit \\\%{input} | \\\%{line} | call Synctex()')\\\"\" --synctex-forward " . line('.') . ":" . col('.') . ":" . bufname('%') . " output/document.pdf >/dev/null 2>&1 &" redraw! endfunction