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 | |
parent | 4d015c78d67b3d3c4c5c130657f128cf1f6c3c61 (diff) |
[vim] Add tex mappings
-rw-r--r-- | vim/.vim/after/ftplugin/tex/mappings.vim | 7 | ||||
-rw-r--r-- | vim/.vim/spell/en.utf-8.add | 4 | ||||
-rw-r--r-- | vim/.vimrc | 2 |
3 files changed, 3 insertions, 10 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 diff --git a/vim/.vim/spell/en.utf-8.add b/vim/.vim/spell/en.utf-8.add index e611664..77cb79c 100644 --- a/vim/.vim/spell/en.utf-8.add +++ b/vim/.vim/spell/en.utf-8.add @@ -1,5 +1,5 @@ diagonality -laplacian +Laplacian Maruyama multiscale SPDE @@ -63,7 +63,6 @@ Kalman i.e. Stratonovich colorscheme -colorscheme plugin hypoellipticity minorization @@ -75,3 +74,4 @@ postdoc Gaussians discretizations interpolant +prefactor @@ -237,7 +237,7 @@ set laststatus=2 set listchars+=eol:$ set wildcharm=<C-z> set mouse=a -" set noequalalways +set equalalways set nojoinspaces set nowrap set path+=$PWD/** |