Skip to content

Instantly share code, notes, and snippets.

@ChristophP
Created February 6, 2022 13:27
Show Gist options
  • Save ChristophP/5e0c189938cba1dffca404346efdc571 to your computer and use it in GitHub Desktop.
Save ChristophP/5e0c189938cba1dffca404346efdc571 to your computer and use it in GitHub Desktop.
rg --files-with-matches 'foo' | xargs -L 1 -o vim -c '%s/foo/bar/gc'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment