From 179918a8892a78c428774e35afecfc3df875d3c7 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Fri, 3 Sep 2021 18:24:05 +0200 Subject: [vim] Add tex mappings --- vim/.vim/after/ftplugin/tex/mappings.vim | 7 ------- vim/.vim/spell/en.utf-8.add | 4 ++-- 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 (( \left( -iabbrev )) \right) -iabbrev {{ \left\{ -iabbrev }} \right\} -iabbrev [[ \left[ -iabbrev ]] \right] - iabbrev ga \alpha iabbrev gb \beta iabbrev 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 diff --git a/vim/.vimrc b/vim/.vimrc index 5b0be7f..64961e0 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -237,7 +237,7 @@ set laststatus=2 set listchars+=eol:$ set wildcharm= set mouse=a -" set noequalalways +set equalalways set nojoinspaces set nowrap set path+=$PWD/** -- cgit v1.2.3