Skip to content

Instantly share code, notes, and snippets.

@dayyan
Created November 20, 2014 00:21
Show Gist options
  • Save dayyan/22ff4076e796910faeb1 to your computer and use it in GitHub Desktop.
Save dayyan/22ff4076e796910faeb1 to your computer and use it in GitHub Desktop.
vim replace all
args */**/*.coffee
argdo %s/find/replace/ge
wqal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment