Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 283 Bytes

vim.md

File metadata and controls

16 lines (15 loc) · 283 Bytes
title description published date tags editor dateCreated
Vim
Vim tips & tricks
true
2024-06-10 15:53:10 UTC
markdown
2024-06-10 15:53:10 UTC

Vim

Creating file's parent directory

:!mkdir -p %:p:h

Reference: https://stackoverflow.com/a/75365655/21038281