From ee07f3a792cb0a09fcd87dd31eb8ea596b8365a3 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Thu, 30 Sep 2021 20:48:21 +0200 Subject: Minor changes --- vim/.vim/after/ftplugin/tex/mappings.vim | 28 ++++++++++++++++++++-------- 1 file changed, 20 insertions(+), 8 deletions(-) (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 index 2b25c4a..a69f752 100644 --- a/vim/.vim/after/ftplugin/tex/mappings.vim +++ b/vim/.vim/after/ftplugin/tex/mappings.vim @@ -1,35 +1,47 @@ +" iabbrev (( \left( +" iabbrev )) \right) +" iabbrev {{ \left\{ +" iabbrev }} \right\} +" iabbrev [[ \left[ +" iabbrev ]] \right] +iabbrev :: \colon +inoremap ^^ ^{} +inoremap __ _{} + iabbrev ga \alpha iabbrev gb \beta iabbrev gc \xi -iabbrev gg \gamma iabbrev gd \delta iabbrev ge \varepsilon -iabbrev gz \zeta -iabbrev gy \eta +iabbrev gf \phi +iabbrev gg \gamma iabbrev gh \theta iabbrev gi \iota iabbrev gk \kappa iabbrev gl \lambda iabbrev gm \mu iabbrev gn \nu -iabbrev gx \chi +iabbrev gp \pi +iabbrev gq \psi iabbrev gr \rho iabbrev gs \sigma iabbrev gt \tau -iabbrev gf \phi -iabbrev gp \pi iabbrev gw \omega +iabbrev gx \chi +iabbrev gy \eta +iabbrev gz \zeta iabbrev gB \Beta iabbrev gC \Xi -iabbrev gG \Gamma iabbrev gD \Delta +iabbrev gF \Phi +iabbrev gG \Gamma iabbrev gH \Theta iabbrev gL \Lambda iabbrev gP \Pi +iabbrev gQ \Psi iabbrev gS \Sigma iabbrev gW \Omega -iabbrev gF \Phi nnoremap i :VimtexCompile nnoremap e :VimtexErrors -- cgit v1.2.3