Quit Without Saving In Vim/Vi

Quit Without Saving In Vim/Vi

Vim or Vi is a command-line text editor which is mainly managed with the commands and key shortcuts. After making changes in a file you may want to quit or exit from Vim. In this tutorial, we will learn how to quit Vim or Vi without saving changes. Open and Make Changes In Vim First, … Read more

How To Save A File In Vim/Vi?

How To Save A File In Vim/Vi?

Vim is a useful command-line text editor. As a featureful text editor, Vim/Vi provides different ways and commands in order to save a file. In this tutorial, we examine how to save the file with the same name or a different name or exit after saving the file. Save File with write Command The write … Read more

How To Save File and Quit In Vim/Vi?

How To Save File and Quit In Vim/Vi?

Vim or Vi is the most advanced text editor designed for command-line usage. Vim with its predecessor Vi provides a lot of features that are more than a GUI-based text editor. When you complete the job on a file you generally save the file and exit or quit. Vim provides easy-to-use shortcuts and commands for … Read more