Skip to content

Instantly share code, notes, and snippets.

@rpeshkov
Created October 31, 2019 19:39
Show Gist options
  • Save rpeshkov/8aa1dd430fdcbd9a77f535d9a5314fe8 to your computer and use it in GitHub Desktop.
Save rpeshkov/8aa1dd430fdcbd9a77f535d9a5314fe8 to your computer and use it in GitHub Desktop.
VSCode ripgrep
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