diff --git a/vimrc b/vimrc index 3f52710..0d1552c 100644 --- a/vimrc +++ b/vimrc @@ -97,11 +97,6 @@ if executable('ag') " Use ag in fzf for listing files. Lightning fast and respects .gitignore let $FZF_DEFAULT_COMMAND = 'ag --literal --files-with-matches --nocolor --hidden -g ""' - - if !exists(":Ag") - command -nargs=+ -complete=file -bar Ag silent! grep! |cwindow|redraw! - nnoremap \ :Ag - endif endif " Make it obvious where 80 characters is