diff options
Diffstat (limited to 'vim')
-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/** |