summaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2019-03-26 10:50:50 +0100
committerUrbain Vaes <urbain@vaes.uk>2019-03-26 10:50:50 +0100
commit0b73d545946fa1d62a66138ad30e46cd0f8d358e (patch)
tree0870d8ae7a75876f5643388b99ed5b1874837ee6 /vim
parent3f04df2fc99e6cbee9e5f8b0ed98fbb91d95f31b (diff)
Improve zsh bindings
Diffstat (limited to 'vim')
-rw-r--r--vim/.vim/spell/en.utf-8.add4
-rw-r--r--vim/.vim/spell/en.utf-8.add.splbin880 -> 897 bytes
-rw-r--r--vim/.vimrc10
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
index 9920420..3809c8d 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 f09edfd..f0411a2 100644
--- a/vim/.vimrc
+++ b/vim/.vimrc
@@ -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>