Added medium syndication metadata

This commit is contained in:
Brandon Rozek 2023-02-18 21:37:22 -05:00
parent a51e20fbc7
commit a22bb998cb
14 changed files with 78 additions and 68 deletions

View file

@ -1,9 +1,10 @@
---
title: "Terminal Output in Vim"
date: 2021-06-18T16:22:30-04:00
date: 2021-06-18 20:22:30
draft: false
tags: []
medium_enabled: true
medium_post_id: fba948955d22
tags: []
title: Terminal Output in Vim
---
In Vim you can output the result of a command below your cursor by using `:r!`.
@ -22,5 +23,4 @@ The current timestamp
:r! echo "[$(date '+\%Y-\%m-\%d \%H:\%M:\%S')]"
```
Outputs: `[2021-06-18 16:13:19]`
Outputs: `[2021-06-18 16:13:19]`