Skip to main content

Paste command output into 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: r!date -I.



Would you like to discuss this post? Email me!