Files
dotfiles-vim/.vim/templates/md
chawley 945f805543 Markdown header snippet
I made a shortcut to include a Markdown header on an existing file
by `,md` in normal mode.  This will insert the `,md` template and update
the title with the filename (minus extension)
2024-02-25 18:26:08 -05:00

10 lines
49 B
Plaintext

:insert
# title
- Created :
- Updated :
---