Search code examples
linuxterminaltext-files

How to edit a text file in my terminal


I'm using Linux mint and using the vi command to create text files, now that I created a text file and saved it. How do I get back into to edit the text file again?

vi helloWorld.txt

Solution

  • Open the file again using vi. and then press the insert button to begin editing it.