From e146e947c52ac4adbe426b3f893faff1e46ed5f8 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Tue, 19 Apr 2016 15:24:25 +0100 Subject: Use GNU stow for dotfiles management --- vim/.vim/after/ftplugin/tex/mappings.vim | 38 ++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 vim/.vim/after/ftplugin/tex/mappings.vim (limited to 'vim/.vim/after/ftplugin/tex/mappings.vim') diff --git a/vim/.vim/after/ftplugin/tex/mappings.vim b/vim/.vim/after/ftplugin/tex/mappings.vim new file mode 100644 index 0000000..1c4625d --- /dev/null +++ b/vim/.vim/after/ftplugin/tex/mappings.vim @@ -0,0 +1,38 @@ +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 +iabbrev gg \gamma +iabbrev gd \delta +iabbrev ge \varepsilon +iabbrev gz \zeta +iabbrev gh \eta +iabbrev gt \theta +iabbrev gi \iota +iabbrev gk \kappa +iabbrev gl \lambda +iabbrev gm \mu +iabbrev gn \nu +iabbrev gx \xi +iabbrev gr \rho +iabbrev gs \sigma +iabbrev gf \phi +iabbrev gp \pi +iabbrev gw \omega + +nnoremap i :VimtexCompile +nnoremap e :VimtexErrors +nnoremap o :VimtexView +nnoremap k :VimtexStop:VimtexClean +nnoremap t :VimtexTocToggle +nnoremap h :split header.sty -- cgit v1.2.3