From 509843cde3ed567baec10525e48bcf819249ba9d Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Fri, 17 Jun 2016 14:31:29 +0100 Subject: [vim] Add mappings for capital Greek letters --- vim/.vim/after/ftplugin/tex/mappings.vim | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'vim') diff --git a/vim/.vim/after/ftplugin/tex/mappings.vim b/vim/.vim/after/ftplugin/tex/mappings.vim index 1c4625d..939af68 100644 --- a/vim/.vim/after/ftplugin/tex/mappings.vim +++ b/vim/.vim/after/ftplugin/tex/mappings.vim @@ -30,6 +30,16 @@ iabbrev gf \phi iabbrev gp \pi iabbrev gw \omega +iabbrev gB \Beta +iabbrev gG \Gamma +iabbrev gD \Delta +iabbrev gT \Theta +iabbrev gL \Lambda +iabbrev gX \Xi +iabbrev gF \Phi +iabbrev gP \Pi +iabbrev gW \Omega + nnoremap i :VimtexCompile nnoremap e :VimtexErrors nnoremap o :VimtexView -- cgit v1.2.3