Skip to content

Instantly share code, notes, and snippets.

@ckunte
Created January 14, 2024 11:31
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 ckunte/2d7a750e6cf8b96f98f028e90c8ab712 to your computer and use it in GitHub Desktop.
Save ckunte/2d7a750e6cf8b96f98f028e90c8ab712 to your computer and use it in GitHub Desktop.
Get date stamp (in Y-m-d H:M format) in Vim from an abbreviation (ds)
abbr <expr> ds strftime('%Y-%m-%d %H:%M')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment