summaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim')
-rw-r--r--vim/.vim/spell/en.utf-8.add2
-rw-r--r--vim/.vim/spell/en.utf-8.add.splbin349 -> 383 bytes
-rw-r--r--vim/.vimrc4
3 files changed, 3 insertions, 3 deletions
diff --git a/vim/.vim/spell/en.utf-8.add b/vim/.vim/spell/en.utf-8.add
index 223ccf4..2ae9dc0 100644
--- a/vim/.vim/spell/en.utf-8.add
+++ b/vim/.vim/spell/en.utf-8.add
@@ -17,3 +17,5 @@ inkjet
microfluidic
spinodal
Sobolev
+prefered
+orthonormality
diff --git a/vim/.vim/spell/en.utf-8.add.spl b/vim/.vim/spell/en.utf-8.add.spl
index dafacb7..9d07ad0 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 4d98614..ed0c8ec 100644
--- a/vim/.vimrc
+++ b/vim/.vimrc
@@ -212,7 +212,7 @@ nnoremap <silent> ,, :call remembrall#remind('n', '')<cr>
nnoremap <silent> y :<c-u>call remembrall#remind('n', 'y')<cr>
augroup remembrall
- autocmd FileType tex nnoremap <buffer> <nowait> <expr> ,l Remembrall('n', ',l')
+ autocmd FileType tex nnoremap <buffer> <nowait> <expr> ,l Remembrall(',l')
augroup END
" Ultisnips
@@ -331,11 +331,9 @@ nnoremap <nowait> <c-d> :q<cr>
nnoremap ,bd :ls<cr>:bd<space>
-nnoremap ,tn :tabnew<cr>
nnoremap ,te :tabedit
nnoremap ,tl :+tabmove<cr>
nnoremap ,th :-tabmove<cr>
-nnoremap ,tm :tabmove
nnoremap ,t0 :tabmove 0<cr>
nnoremap ,t$ :tabmove<cr>