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