From f1c1f8f90000f3a64786f84f24a5a65a371eb3cc Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sat, 8 Dec 2018 16:01:26 -0500 Subject: [PATCH] bad map removed --- .vimrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.vimrc b/.vimrc index 292c698..523308b 100644 --- a/.vimrc +++ b/.vimrc @@ -104,8 +104,7 @@ call plug#end() """LATEX " Word count: - autocmd FileType tex map o :w !detex \| wc -w - autocmd FileType tex inoremap o :w !detex \| wc -w + autocmd FileType tex map o :w !detex \| wc -w " Code snippets autocmd FileType tex inoremap ,fr \begin{frame}\frametitle{}<++>\end{frame}<++>6kf}i autocmd FileType tex inoremap ,fi \begin{fitch}\end{fitch}<++>3kA