Skip to content

Instantly share code, notes, and snippets.

@joiggama
Created January 27, 2017 16:40
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 joiggama/1402eb899f6b3497105d5b6b5ddc4007 to your computer and use it in GitHub Desktop.
Save joiggama/1402eb899f6b3497105d5b6b5ddc4007 to your computer and use it in GitHub Desktop.
Vim tips & tricks

Vim tips & tricks

Replace date format from mm/dd/* to dd/mm/*

%s/\(\d*\)\/\(\d*\)\//\2\/\1\//gc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment