summaryrefslogtreecommitdiff
path: root/vim/.vim/after/ftplugin/tex/mappings.vim
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2016-10-10 18:55:55 +0100
committerUrbain Vaes <urbain@vaes.uk>2016-10-10 18:55:55 +0100
commit831fccc272518113401b7f62bb23e62afc706e03 (patch)
treed852501dc338b0dc0a037002ef4fe54496bfab6b /vim/.vim/after/ftplugin/tex/mappings.vim
parent70537ec9683b3e5db8c76597125fbfae9b51364b (diff)
parent99587dca308e085b2accb72a89896b5a63cb20e1 (diff)
Merge changes from brix
Diffstat (limited to 'vim/.vim/after/ftplugin/tex/mappings.vim')
-rw-r--r--vim/.vim/after/ftplugin/tex/mappings.vim3
1 files changed, 2 insertions, 1 deletions
diff --git a/vim/.vim/after/ftplugin/tex/mappings.vim b/vim/.vim/after/ftplugin/tex/mappings.vim
index 939af68..9da769b 100644
--- a/vim/.vim/after/ftplugin/tex/mappings.vim
+++ b/vim/.vim/after/ftplugin/tex/mappings.vim
@@ -36,9 +36,10 @@ iabbrev <buffer> gD \Delta
iabbrev <buffer> gT \Theta
iabbrev <buffer> gL \Lambda
iabbrev <buffer> gX \Xi
-iabbrev <buffer> gF \Phi
iabbrev <buffer> gP \Pi
+iabbrev <buffer> gS \Sigma
iabbrev <buffer> gW \Omega
+iabbrev <buffer> gF \Phi
nnoremap <buffer> <LocalLeader>i :VimtexCompile<CR>
nnoremap <buffer> <LocalLeader>e :VimtexErrors<CR>