From 09c060d9bdfd2a71c0b874cb72cae9e859c36adb Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Tue, 2 Oct 2018 11:12:43 +0200 Subject: Improve consistency between latex mappings and vim digraphs --- vim/.vim/after/ftplugin/tex/mappings.vim | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'vim') diff --git a/vim/.vim/after/ftplugin/tex/mappings.vim b/vim/.vim/after/ftplugin/tex/mappings.vim index a631d88..5f49c5f 100644 --- a/vim/.vim/after/ftplugin/tex/mappings.vim +++ b/vim/.vim/after/ftplugin/tex/mappings.vim @@ -16,8 +16,8 @@ iabbrev gg \gamma iabbrev gd \delta iabbrev ge \varepsilon iabbrev gz \zeta -iabbrev gh \eta -iabbrev gt \theta +iabbrev gy \eta +iabbrev gh \theta iabbrev gi \iota iabbrev gk \kappa iabbrev gl \lambda @@ -26,6 +26,7 @@ iabbrev gn \nu iabbrev gx \xi iabbrev gr \rho iabbrev gs \sigma +iabbrev gt \tau iabbrev gf \phi iabbrev gp \pi iabbrev gw \omega @@ -33,7 +34,7 @@ iabbrev gw \omega iabbrev gB \Beta iabbrev gG \Gamma iabbrev gD \Delta -iabbrev gT \Theta +iabbrev gH \Theta iabbrev gL \Lambda iabbrev gX \Xi iabbrev gP \Pi -- cgit v1.2.3