+++ title = "Paste command output into vim" date = 2024-04-24 categories = ["software", "guide"] tags = ["vim"] +++ To paste the command output into vim, type `:r!`. For example, to paste current date in ISO 8601 into vim, I can type: `r!date -I`.