Skip to content

Instantly share code, notes, and snippets.

@andxyz
Last active February 1, 2016 18:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andxyz/1c50f9419ba0ec1fe7da to your computer and use it in GitHub Desktop.
Save andxyz/1c50f9419ba0ec1fe7da to your computer and use it in GitHub Desktop.
{
/* What engine to use; one of grep, ack, the_silver_searcher, or git_grep (or find_str, on Windows) */
/* The default is grep because it's widely available on *nix machines, but ack and The Silver Searcher are both faster, */
/* and git grep is also faster, but only works inside a Git repository */
"search_in_project_engine": "git_grep",
/* GitGrep configuration */
"search_in_project_GitGrep_path_to_executable": "/usr/local/bin/git",
"search_in_project_GitGrep_mandatory_options": "grep --break --heading --line-number",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment