Home
Notes
Projects
Resume
Contact
Jeff Smith
Notes
Projects
Resume
Contact
Text expand a date as markdown in vim
<p>Add to vimrc and change 'dates' to desired text:</p> <pre><code>:iab <expr> dates '**' . strftime("%m/%d/%y") . '**' </code></pre> <p>From: https://vim.fandom.com/wiki/Insert_current_date_or_time</p>
© 2026 Code0x378