Skip to content

Instantly share code, notes, and snippets.

@stoand
Created April 29, 2020 06:06
Show Gist options
  • Save stoand/275fbe53b26422b522f29141a27066fe to your computer and use it in GitHub Desktop.
Save stoand/275fbe53b26422b522f29141a27066fe to your computer and use it in GitHub Desktop.
Use ripgrep instead of grep with kakoune
# Install: https://github.com/BurntSushi/ripgrep#installation
# Use ripgrep instead of grep
set-option global grepcmd 'rg -Hn --no-heading'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment