To paste the command output into vim, type :r!<command>. For example, to paste current date in ISO 8601 into vim, I can type: r!date -I. 2024-04-24 Categories: software guide Tags: #vim