File I/O Commands

e file
Delete current buffer and read in the specified file if the buffer has not been modified.
ee file
Delete current buffer and read in the specified file.
r file
Read the specified file after the current line.
liner file
Read the specified file after the specified line.
w file
Write your buffer to the specified file.
rangew file
Write the line range specified to the specified file.
wa file
Append your buffer to the specified file.
rangewa file
Append the line range specified to the specified file.
x file
Execute the specified file as a file of editor commands. This is typically used for loading custom macro files.