Dup Ver Goto 📝

Inserting and Reading

PT2/editor/vim/text-editing does not exist
To
17 lines, 55 words, 280 chars Page 'InsertingAndReading' does not exist.

Inserting recipes

To insert a file below the current line:

:r filename

To insert the output of a shell command

:r! command arg arg

To insert a file above the current line:

:.-1r filename

To insert a file at the start of the file

:0r filename