diff --git a/.vimrc b/.vimrc --- a/.vimrc +++ b/.vimrc @@ -104,7 +104,7 @@ nnoremap g :call vimrc#Ltag(expand( nnoremap k :call UncolorAllWords() " use Ag for a recursive * -nnoremap g* :call ag#Ag('grep', '--literal ' . shellescape(expand(""))) +nnoremap g* :Ag " K: doc, gKK: doc current filename nnoremap gKK :call ViewDoc('doc', expand('%:p'))