How do I insert the output of a shell command into my buffer?
:read !date
The :read !{command} syntax runs a shell command and inserts its output below the current line.
:read !date
The :read !{command} syntax runs a shell command and inserts its output below the current line.
:r !date
Use :r !command to read the output of a shell command into the buffer below the cursor.