diff options
Diffstat (limited to 'vim')
-rw-r--r-- | vim/.vim/spell/en.utf-8.add | 4 | ||||
-rw-r--r-- | vim/.vim/spell/en.utf-8.add.spl | bin | 880 -> 897 bytes | |||
-rw-r--r-- | vim/.vimrc | 10 |
3 files changed, 12 insertions, 2 deletions
diff --git a/vim/.vim/spell/en.utf-8.add b/vim/.vim/spell/en.utf-8.add index cea9a65..41b0cdf 100644 --- a/vim/.vim/spell/en.utf-8.add +++ b/vim/.vim/spell/en.utf-8.add @@ -51,3 +51,7 @@ indices minima nondegenerate colinear +periodized +hypoelliptic +pointwise +nonsymmetric diff --git a/vim/.vim/spell/en.utf-8.add.spl b/vim/.vim/spell/en.utf-8.add.spl Binary files differindex 9920420..3809c8d 100644 --- a/vim/.vim/spell/en.utf-8.add.spl +++ b/vim/.vim/spell/en.utf-8.add.spl @@ -344,6 +344,7 @@ nnoremap <Leader>r :Start %:p<cr> nnoremap <Leader>R :Start! %:p<cr> nnoremap cqo :copen<cr> +nnoremap cqh :colder<cr> nnoremap cqc :cclose<cr> nnoremap got :call system('urxvt -cd '.getcwd().' &')<cr> @@ -379,9 +380,10 @@ nnoremap ,s :source %<cr> inoreabbrev <expr> #!! "#!/usr/bin/env" . (empty(&filetype) ? '' : ' '.&filetype) " Spell -inoremap <c-s> <esc>1z=eA +inoremap <nowait> <c-g> <esc>h1z=ea +nnoremap <Leader>s 1z= -" Projectionist +" Projectionist nnoremap ,e :E " Unimpaired @@ -534,3 +536,7 @@ if has("nvim") tnoremap <c-_> <c-\><c-n><c-^> nnoremap <Leader>t :b term \| norm A<cr> endif + +"" Experimental {{{1 +set wildcharm=<C-z> +nnoremap ,e :e **/*<C-z><S-Tab> |