Skip to content

Instantly share code, notes, and snippets.

@cantin
Created October 15, 2012 07:54
Show Gist options
  • Save cantin/3891279 to your computer and use it in GitHub Desktop.
Save cantin/3891279 to your computer and use it in GitHub Desktop.
vim search and replace in multi files
args **/*.txt
argsdo %s/oldword/newword/gc
/oldword/newword/# to disable the ignorecase options
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment