From 2e8dc9903619beb610362f84954750b0db87303c Mon Sep 17 00:00:00 2001 From: ziro Date: Tue, 8 Sep 2020 15:37:01 +0700 Subject: [PATCH] ? i dont know what changed --- .config/vim/vim_nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/vim/vim_nix b/.config/vim/vim_nix index 368c872..29282ec 100644 --- a/.config/vim/vim_nix +++ b/.config/vim/vim_nix @@ -28,6 +28,9 @@ else autocmd FileType python imap :w:vs:ter python3 "%" endif +autocmd FileType sh map :w:vs:ter sh "%" +autocmd FileType sh imap :w:vs:ter sh "%" + " ----- Automatically Render PDF autocmd FileType plaintex command! -nargs=0 Lw w !pdflatex % > /dev/null autocmd FileType tex command! -nargs=0 Lw w !pdflatex % > /dev/null