diff options
author | Urbain Vaes <urbain@vaes.uk> | 2021-09-03 18:24:05 +0200 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2021-09-03 18:24:05 +0200 |
commit | 179918a8892a78c428774e35afecfc3df875d3c7 (patch) | |
tree | c3b39cc66b1d4db313413a57dc2583fc65249d40 /vim/.vim/after/ftplugin | |
parent | 4d015c78d67b3d3c4c5c130657f128cf1f6c3c61 (diff) |
[vim] Add tex mappings
Diffstat (limited to 'vim/.vim/after/ftplugin')
-rw-r--r-- | vim/.vim/after/ftplugin/tex/mappings.vim | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/vim/.vim/after/ftplugin/tex/mappings.vim b/vim/.vim/after/ftplugin/tex/mappings.vim index 0e4eb42..2b25c4a 100644 --- a/vim/.vim/after/ftplugin/tex/mappings.vim +++ b/vim/.vim/after/ftplugin/tex/mappings.vim @@ -1,10 +1,3 @@ -iabbrev <buffer> (( \left( -iabbrev <buffer> )) \right) -iabbrev <buffer> {{ \left\{ -iabbrev <buffer> }} \right\} -iabbrev <buffer> [[ \left[ -iabbrev <buffer> ]] \right] - iabbrev <buffer> ga \alpha iabbrev <buffer> gb \beta iabbrev <buffer> gc \xi |