X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/65972198795d1f1ff9948e83c74bf52d895b2683..aa0af76a8a83b2fff89722dee91ce5abc2fde036:/vim/vimrc?ds=inline diff --git a/vim/vimrc b/vim/vimrc index 44ddd70..c6aee80 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -326,7 +326,7 @@ command! ToggleAutoChecktime let b:autochecktime=!get(b:, 'autochecktime', 0) | " bindings {{{1 -" allow both and / to be +" allow both and \ to be map " make @@ -639,6 +639,7 @@ call unite#custom#profile('default', 'context', { nnoremap [unite] nmap u [unite] +nnoremap [unite]u :UniteResume " unite-grep {{{3 " seems not respected