Created
April 29, 2020 06:06
-
-
Save stoand/275fbe53b26422b522f29141a27066fe to your computer and use it in GitHub Desktop.
Use ripgrep instead of grep with kakoune
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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