Running vim on a new file without providing a file when opening it up you need to provide a filename when saving it otherwise you’ll get an error E32: No file name
When you save with :w just add your desired filename after it
:w filename
Exploration of Information, Communication and Technology
Running vim on a new file without providing a file when opening it up you need to provide a filename when saving it otherwise you’ll get an error E32: No file name
When you save with :w just add your desired filename after it
:w filename