We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Usually, the way I use :Ag is to search for a string, and then fuzzy-search for something else, not necessarily a file name, but a second string.
:Ag
This is possible with this change: ordinal = entry in line 31 of telescope-ag/lua/telescope/_extensions/ag.lua.
ordinal = entry
telescope-ag/lua/telescope/_extensions/ag.lua
I have the impression that this was the default behavior in the original :Ag. It would be great to have this as an option.
Thank you for the great work. Cheers!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Usually, the way I use
:Ag
is to search for a string, and then fuzzy-search for something else, not necessarily a file name, but a second string.This is possible with this change:
ordinal = entry
in line 31 oftelescope-ag/lua/telescope/_extensions/ag.lua
.I have the impression that this was the default behavior in the original
:Ag
. It would be great to have this as an option.Thank you for the great work.
Cheers!
The text was updated successfully, but these errors were encountered: