X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/4ce191b60f6d4c294297d4973164d36493661f01..cf7304b58b1eaf07a230b873063dfb7a289f1754:/vim/vimrc?ds=inline 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')