Created
October 31, 2019 19:39
-
-
Save rpeshkov/8aa1dd430fdcbd9a77f535d9a5314fe8 to your computer and use it in GitHub Desktop.
VSCode ripgrep
This file contains 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
function codegrep() { | |
rg --vimgrep --color=always $* | fzf --ansi | cut -d: -f 1-3 | xargs code . -g | |
} | |
alias cj=codegrep |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment