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
Since ripgrep doesn't support an rc file and doesn't plan to, it's very important to me that I can save some arguments (e.g. --smart-case and --type-add) that I always want to use.
--smart-case
--type-add
In other words a defcustom that can be overwritten at run time, but usually won't be.
The text was updated successfully, but these errors were encountered:
Same here, I was interested by adding a -M 200 argument to filter out long lines, which are so painful when they popup in the results
-M 200
Sorry, something went wrong.
Note that ripgrep does support config files now.
No branches or pull requests
Since ripgrep doesn't support an rc file and doesn't plan to, it's very important to me that I can save some arguments (e.g.
--smart-case
and--type-add
) that I always want to use.In other words a defcustom that can be overwritten at run time, but usually won't be.
The text was updated successfully, but these errors were encountered: