How do you insert shell command output into the current buffer?
:r !date
Use :r !command to read the output of a shell command into the buffer below the cursor.
:r !date
Use :r !command to read the output of a shell command into the buffer below the cursor.