Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save MonteLogic/805dbd65963ffb705f0c2aa5f526aa50 to your computer and use it in GitHub Desktop.
Save MonteLogic/805dbd65963ffb705f0c2aa5f526aa50 to your computer and use it in GitHub Desktop.
Useful vim commands:
Insert the date but this date would be in the format of MM/DD/YY
:r !echo -n $(date +\%m/\%d/\%y)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment