diff options
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: |