Skip to content

Instantly share code, notes, and snippets.

@huyttq
Created February 19, 2012 09:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save huyttq/1862679 to your computer and use it in GitHub Desktop.
Save huyttq/1862679 to your computer and use it in GitHub Desktop.
Useful Vim commands
# Replace text across files
:args dir_path/*/* #(for 2 levels)
:argdo %s/, :expire.*)/)/gc | update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment