diff --git a/vimrc b/vimrc index 0d1552c..8f9d078 100644 --- a/vimrc +++ b/vimrc @@ -97,6 +97,8 @@ 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 ""' + + nnoremap \ :Ag endif " Make it obvious where 80 characters is