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.
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.
Published on
Previous post: Storing nheko credentials as plain text
Next post: How to remove audio from videos with ffmpeg