From 0b73d545946fa1d62a66138ad30e46cd0f8d358e Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Tue, 26 Mar 2019 10:50:50 +0100 Subject: Improve zsh bindings --- vim/.vimrc | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'vim/.vimrc') diff --git a/vim/.vimrc b/vim/.vimrc index f09edfd..f0411a2 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -344,6 +344,7 @@ nnoremap r :Start %:p nnoremap R :Start! %:p nnoremap cqo :copen +nnoremap cqh :colder nnoremap cqc :cclose nnoremap got :call system('urxvt -cd '.getcwd().' &') @@ -379,9 +380,10 @@ nnoremap ,s :source % inoreabbrev #!! "#!/usr/bin/env" . (empty(&filetype) ? '' : ' '.&filetype) " Spell -inoremap 1z=eA +inoremap h1z=ea +nnoremap s 1z= -" Projectionist +" Projectionist nnoremap ,e :E " Unimpaired @@ -534,3 +536,7 @@ if has("nvim") tnoremap nnoremap t :b term \| norm A endif + +"" Experimental {{{1 +set wildcharm= +nnoremap ,e :e **/* -- cgit v1.2.3