From 6fd2f629c3dd0bb60dc75f76ad8bfb6f3de2d650 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Wed, 6 Sep 2017 09:10:02 +0100 Subject: [vim] Automatically create directories (if necessary) --- vim/.vim/after/ftplugin/tex/mappings.vim | 1 + 1 file changed, 1 insertion(+) (limited to 'vim/.vim/after') diff --git a/vim/.vim/after/ftplugin/tex/mappings.vim b/vim/.vim/after/ftplugin/tex/mappings.vim index 9da769b..a631d88 100644 --- a/vim/.vim/after/ftplugin/tex/mappings.vim +++ b/vim/.vim/after/ftplugin/tex/mappings.vim @@ -47,3 +47,4 @@ nnoremap o :VimtexView nnoremap k :VimtexStop:VimtexClean nnoremap t :VimtexTocToggle nnoremap h :split header.sty +nnoremap d :!latexdiff-git main_old.tex main.tex > diff.tex -- cgit v1.2.3