Skip to content

Instantly share code, notes, and snippets.

@Thomashrb
Forked from stoand/kakrc
Created June 8, 2024 16:42
Show Gist options
  • Save Thomashrb/7ac8a26fb0328ffcede89bcfcce3b177 to your computer and use it in GitHub Desktop.
Save Thomashrb/7ac8a26fb0328ffcede89bcfcce3b177 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