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 +++-- vim/.vim/spell/en.utf-8.add | 7 +++++++ vim/.vim/spell/en.utf-8.add.spl | Bin 765 -> 840 bytes 3 files changed, 10 insertions(+), 2 deletions(-) (limited to 'vim/.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 diff --git a/vim/.vim/spell/en.utf-8.add b/vim/.vim/spell/en.utf-8.add index fd078ae..6ae89f7 100644 --- a/vim/.vim/spell/en.utf-8.add +++ b/vim/.vim/spell/en.utf-8.add @@ -42,3 +42,10 @@ discretize isometry immiscible wettability +advection +pathwise +Lyapunov +ansatz +tensorized +indices +minima diff --git a/vim/.vim/spell/en.utf-8.add.spl b/vim/.vim/spell/en.utf-8.add.spl index c57cf82..005cc30 100644 Binary files a/vim/.vim/spell/en.utf-8.add.spl and b/vim/.vim/spell/en.utf-8.add.spl differ -- cgit v1.2.3