diff --git a/vim/.vimrc b/vim/.vimrc index 2acf1cd..299bb9d 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -104,7 +104,7 @@ map :bprev " jump to word under cursor in a preview window noremap :ptjump " search for word under cursor in current directory -noremap ::AsyncRun grep -RIn +noremap ::AsyncRun grep -RIn --exclude=tags " close and delete current buffer noremap :bp\|bd # noremap :call RunMake()