When performing ag pattern
it only searches in the files in the current directory, even when providing --depth NUM>1
. Performing ag pattern ./**
looks in all subdirectories as well. I am currently using the :Ag
command with fzf-vim which also only searches files in the current directory and not any subdirectories. I seem to recall ag searching recursively before, especially with :Ag
without any customizations. Is it default behaviour to not search subdirectories for ag? All other fzf searches looks recursively.
I have tried different ag commands but expect ag
/:Ag
to search recursively by default.