diff options
| author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2025-08-23 22:57:53 +0700 |
|---|---|---|
| committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2025-12-07 23:56:40 +0700 |
| commit | 313f363af82bc4c45b82daac0e3d3ad5acc6c23e (patch) | |
| tree | d1e23bfbcf56d0f793bb70c1e09f57cac26f7c06 /content/notes/vim-paste-command.md | |
| parent | 5fe328d3e6c79b6399963992dc12508d8c211732 (diff) | |
| download | blog-313f363af82bc4c45b82daac0e3d3ad5acc6c23e.tar.gz | |
Update front matters
Diffstat (limited to 'content/notes/vim-paste-command.md')
| -rw-r--r-- | content/notes/vim-paste-command.md | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/content/notes/vim-paste-command.md b/content/notes/vim-paste-command.md index 841d4be..d1da45f 100644 --- a/content/notes/vim-paste-command.md +++ b/content/notes/vim-paste-command.md @@ -1,10 +1,9 @@ ---- -title: "Paste command output into vim" -date: 2024-04-24 -translationKey: vim-paste-command -categories: [software, guide] -tags: [vim] ---- ++++ +title = "Paste command output into vim" +date = 2024-04-24 +categories = ["software", "guide"] +tags = ["vim"] ++++ To paste the command output into vim, type `:r!<command>`. For example, to paste current date in ISO 8601 into vim, I can type: |
