From ad1be5bfb7a94e93c46b02961dace2dd7c55ff3d Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Fri, 1 Mar 2019 12:37:15 +0100 Subject: [Vim] Improve consistency between mappings and digraphs --- vim/.vim/after/ftplugin/tex/mappings.vim | 5 +++-- 1 file changed, 3 insertions(+), 2 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 a89893e..0e4eb42 100644 --- a/vim/.vim/after/ftplugin/tex/mappings.vim +++ b/vim/.vim/after/ftplugin/tex/mappings.vim @@ -7,6 +7,7 @@ iabbrev ]] \right] iabbrev ga \alpha iabbrev gb \beta +iabbrev gc \xi iabbrev gg \gamma iabbrev gd \delta iabbrev ge \varepsilon @@ -18,7 +19,7 @@ iabbrev gk \kappa iabbrev gl \lambda iabbrev gm \mu iabbrev gn \nu -iabbrev gx \xi +iabbrev gx \chi iabbrev gr \rho iabbrev gs \sigma iabbrev gt \tau @@ -27,11 +28,11 @@ iabbrev gp \pi iabbrev gw \omega iabbrev gB \Beta +iabbrev gC \Xi iabbrev gG \Gamma iabbrev gD \Delta iabbrev gH \Theta iabbrev gL \Lambda -iabbrev gX \Xi iabbrev gP \Pi iabbrev gS \Sigma iabbrev gW \Omega -- cgit v1.2.3