A vim editor is used to edit or create files in the terminal. In order to create a new file you would have to type “vim” along with the file name. “newfile1”
For Example, in this case I am creating a text file named “newfile”
This would then open up the vim editor where you could fill in the contents of the file.
Advertisements