title: Inserting and Reading ## 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 ```