From 36f8c1f0a5fe56886fad360f2d8ec6856c5cc33b Mon Sep 17 00:00:00 2001 From: Marcel Schneider Date: Mon, 15 Mar 2021 07:46:08 +0100 Subject: [PATCH] add make command for BA --- vim/ftplugin/tex.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vim/ftplugin/tex.vim b/vim/ftplugin/tex.vim index 442cf5f..3a85cb7 100644 --- a/vim/ftplugin/tex.vim +++ b/vim/ftplugin/tex.vim @@ -26,6 +26,7 @@ setlocal spell spelllang=de " Mappings nmap d :VimtexDocPackage " Open Package Doc +nnoremap :make fast " Abbreviations {{{ iab DEU Deutschland @@ -37,4 +38,5 @@ iab OSA Off-Shore-Anlage iab oSA On-Shore-Anlage iab zb zum Beispiel iab bspw beispielsweise +iab gls \gls "}}}