You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# # Don't let ripgrep vomit really long lines to my terminal, and show a preview.# --max-columns=150# --max-columns-preview# # Add my 'web' type.# --type-add# web:*.{html,css,js}*# # Using glob patterns to include/exclude files or folders# --glob=!git/*# # or# --glob# !git/*# # Set the colors.# --colors=line:none# --colors=line:style:bold# # Because who cares about case!?# --smart-case--smart-case--hidden