From 68f2f64ab6268c4072d6a2e1978e11334e9de328 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Wed, 13 May 2020 17:01:58 +0200 Subject: [PATCH] vim: Add Vtc as alias for VimtexCompile --- home/.vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/home/.vimrc b/home/.vimrc index 5a8a3a5..d5f7ada 100644 --- a/home/.vimrc +++ b/home/.vimrc @@ -29,6 +29,7 @@ let g:tex_flavor='latex' let g:vimtex_view_method='zathura' set conceallevel=1 let g:tex_conceal='abdmg' +command Vtc VimtexCompile " Color schemes Plug 'altercation/vim-colors-solarized'