summaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim')
-rw-r--r--vim/.vim/spell/en.utf-8.add3
-rw-r--r--vim/.vim/spell/en.utf-8.add.splbin406 -> 284 bytes
-rw-r--r--vim/.vimrc3
3 files changed, 4 insertions, 2 deletions
diff --git a/vim/.vim/spell/en.utf-8.add b/vim/.vim/spell/en.utf-8.add
index 9cf8f88..59346c3 100644
--- a/vim/.vim/spell/en.utf-8.add
+++ b/vim/.vim/spell/en.utf-8.add
@@ -9,3 +9,6 @@ inkjet
microfluidic
spinodal
orthonormality
+solvability
+Wasserstein
+Galerkin
diff --git a/vim/.vim/spell/en.utf-8.add.spl b/vim/.vim/spell/en.utf-8.add.spl
index 9559f0d..d0e415c 100644
--- a/vim/.vim/spell/en.utf-8.add.spl
+++ b/vim/.vim/spell/en.utf-8.add.spl
Binary files differ
diff --git a/vim/.vimrc b/vim/.vimrc
index 25d6e9f..d5b99d7 100644
--- a/vim/.vimrc
+++ b/vim/.vimrc
@@ -42,7 +42,6 @@ Plug 'neomake/neomake'
Plug 'KKPMW/sacredforest-vim'
Plug 'scrooloose/nerdtree'
Plug 'sjl/Gundo.vim', { 'on' : 'GundoToggle' }
-Plug 'terryma/vim-expand-region'
Plug 'terryma/vim-multiple-cursors'
Plug 'tommcdo/vim-exchange'
Plug 'tommcdo/vim-ninja-feet'
@@ -374,7 +373,7 @@ nnoremap <silent> >B :BufSurfForward<cr>:bd! #<cr>
" Alternate file
nnoremap <bs> 
-nnoremap <tab> :Buffers<cr>
+nnoremap + :Buffers<cr>
" Source current file
nnoremap ,s :source %<cr>