Skip to content

Instantly share code, notes, and snippets.

@sagi
Created April 6, 2019 03:20
Show Gist options
  • Save sagi/37d8753ee463152fedcebf540c16b9e8 to your computer and use it in GitHub Desktop.
Save sagi/37d8753ee463152fedcebf540c16b9e8 to your computer and use it in GitHub Desktop.
FZF Config with Ripgrep and Fd (Fast Rust-based CLI tools)
export FZF_DEFAULT_COMMAND="rg --files --no-ignore-vcs --glob '!*/{.git,node_modules}/**'"
export FZF_CTRL_T_COMMAND="rg --files --no-ignore-vcs --glob '!*/{.git,node_modules}/**'"
export FZF_ALT_C_COMMAND="fd --type d --no-ignore-vcs --exclude node_modules --exclude .git"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment