X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/485933001d2f0ec0b99fb70e6e7d053e5da16123..18311c485f1824c7d88650b1516dd15570892bc5:/vim/vimrc diff --git a/vim/vimrc b/vim/vimrc index 6ac05a3..7d8d9e3 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -326,8 +326,8 @@ command! ToggleAutoChecktime let b:autochecktime=!get(b:, 'autochecktime', 0) | map " make -nnoremap r :make -nnoremap :make +nnoremap r :make! +nnoremap :make! " unhighlight search nnoremap / :silent nohl @@ -618,7 +618,7 @@ if executable('ag') let g:unite_source_grep_default_opts = '--smart-case -w --vimgrep --hidden --ignore ''.hg'' --ignore ''.svn'' --ignore ''.git'' --ignore ''.bzr''' let g:unite_source_grep_recursive_opt = '' end -nnoremap [unite]a :Unite grep -input= +nnoremap [unite]a :Unite grep:.:: command! -nargs=1 Ag Unite grep -input= " unite-file_rec {{{3