From 6a1b3e569f3322f6d4db480ed1fd282ac8324d8b Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Fri, 12 Feb 2016 20:39:13 +0100 Subject: Delete unused files --- .vim/after/ftplugin/tex/folding.vim | 0 .vim/after/ftplugin/tex/mappings.vim | 23 +++++++++++------------ 2 files changed, 11 insertions(+), 12 deletions(-) delete mode 100644 .vim/after/ftplugin/tex/folding.vim (limited to '.vim/after/ftplugin/tex') diff --git a/.vim/after/ftplugin/tex/folding.vim b/.vim/after/ftplugin/tex/folding.vim deleted file mode 100644 index e69de29..0000000 diff --git a/.vim/after/ftplugin/tex/mappings.vim b/.vim/after/ftplugin/tex/mappings.vim index f812cd8..1c4625d 100644 --- a/.vim/after/ftplugin/tex/mappings.vim +++ b/.vim/after/ftplugin/tex/mappings.vim @@ -1,14 +1,14 @@ -inoremap (( \left( -inoremap )) \right) -inoremap {{ \left\{ -inoremap }} \right\} -inoremap [[ \left[ -inoremap ]] \right] -inoremap == \,=\, -inoremap >> \,\geq\, -inoremap << \,\leq\, -inoremap ++ \,+\, -inoremap -- \,-\, +iabbrev (( \left( +iabbrev )) \right) +iabbrev {{ \left\{ +iabbrev }} \right\} +iabbrev [[ \left[ +iabbrev ]] \right] +iabbrev == \,=\, +iabbrev >> \,\geq\, +iabbrev << \,\leq\, +iabbrev ++ \,+\, +iabbrev -- \,-\, iabbrev ga \alpha iabbrev gb \beta @@ -29,7 +29,6 @@ iabbrev gs \sigma iabbrev gf \phi iabbrev gp \pi iabbrev gw \omega -iabbrev dd \d nnoremap i :VimtexCompile nnoremap e :VimtexErrors -- cgit v1.2.3