CLOSE Writes the current buffer to its associated file, if it is writable and has been modified, and then deletes the buffer. CLOSE BUFFER Writes and deletes a buffer. CLOSE FILE Writes a file and deletes the associated buffer. DELETE BUFFER Deletes a buffer. INCLUDE FILE Includes the specified file at the current editing position. NEW BUFFER Creates a new buffer in the current window. NEW FILE Creates a new file and positions to it. OPEN FILE Moves the cursor to the buffer containing the specified file. OPEN SELECTED FILE Uses the current primary selection information to determine the file to open. RECOVER BUFFER Reconstructs the contents of a buffer from a buffer-change journal file. SAVE AS Writes the current buffer to the specified file. SAVE FILE Writes the current buffer to the specified file. SAVE SELECTION Writes the contents of the selected range to a file. SAVE VISIBLE Writes the visible lines in the buffer to a file. SET BUFFER AUTO ERASE Enables or disables automatic erasing of placeholders for the current buffer. SET BUFFER CLOSE Sets the buffer's read/write state. SET BUFFER DIRECTION Sets the direction of a buffer to forward or reverse. SET BUFFER INDENTATION Sets the indentation level for the current buffer, without changing the current line. SET BUFFER LANGUAGE Associates a language with the current buffer. SET BUFFER LEFT MARGIN Sets the left margin for the current buffer to the column number you specify. SET BUFFER MODIFIABLE Changes the buffer modifiable state of the current buffer. SET BUFFER OUTPUT FILE Associates an output file with the current buffer. SET BUFFER RIGHT MARGIN Sets the right margin for the current buffer. SET BUFFER TAB INCREMENT Specifies the logical tab stop length in the current buffer. SET BUFFER TEXT Sets the text-entry mode of the current buffer to insert or overstrike. SET BUFFER WRAP Enables or disables line wrapping in the current buffer. SET DIRECTORY READONLY Sets the indicated directory's read/write state. SET DIRECTORY SOURCE Specifies a directory to be used to find source files. SHOW BUFFER Displays information about the indicated buffer or user buffers. SHOW SYSTEM BUFFER Displays information about the indicated buffer(s). VIEW FILE Moves the cursor to a read-only, unmodifiable buffer containing the specified file.