X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/4ce191b60f6d4c294297d4973164d36493661f01..62b0640cd40090ec0c0f626ede26f41b736ae4f0:/vim/vimrc diff --git a/vim/vimrc b/vim/vimrc index ae76bc8..f02ff6d 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -541,6 +541,7 @@ if executable('ag') let g:unite_source_grep_recursive_opt = '' end nnoremap [unite]a :Unite grep -input= +command! -nargs=1 Ag Unite grep -input= " unite-file_rec {{{3 if executable('ag')