From 77cd142cbfceda8d4fe644acff46b7f8a3463e9e Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Thu, 13 Dec 2018 16:51:29 +0100 Subject: Add zsh aliases --- vim/.vim/after/ftplugin/tex/mappings.vim | 6 ------ 1 file changed, 6 deletions(-) (limited to 'vim/.vim') diff --git a/vim/.vim/after/ftplugin/tex/mappings.vim b/vim/.vim/after/ftplugin/tex/mappings.vim index 5f49c5f..a89893e 100644 --- a/vim/.vim/after/ftplugin/tex/mappings.vim +++ b/vim/.vim/after/ftplugin/tex/mappings.vim @@ -4,11 +4,6 @@ iabbrev {{ \left\{ iabbrev }} \right\} iabbrev [[ \left[ iabbrev ]] \right] -iabbrev == \,=\, -iabbrev >> \,\geq\, -iabbrev << \,\leq\, -iabbrev ++ \,+\, -iabbrev -- \,-\, iabbrev ga \alpha iabbrev gb \beta @@ -45,7 +40,6 @@ iabbrev gF \Phi nnoremap i :VimtexCompile nnoremap e :VimtexErrors nnoremap o :VimtexView -nnoremap k :VimtexStop:VimtexClean nnoremap t :VimtexTocToggle nnoremap h :split header.sty nnoremap d :!latexdiff-git main_old.tex main.tex > diff.tex -- cgit v1.2.3