Hi All,
Hope you all are doing good.
In this article, we will know about VI editor and VIM editor in Linux.
Steps to create, edit and save file using VI editor.
Thanks for reading this article!!
Hope you all are doing good.
In this article, we will know about VI editor and VIM editor in Linux.
- VI stands for Visual Instrument, it is a screen editor.
- VIM is the improved version of VI editor.
- It is pre-installed with Linux.
Steps to create, edit and save file using VI editor.
- vi <file-name> opens existing file or creates new file if it's not present.
- Press key i in keyboard to go into the insert mode. It helps to insert or modify the text in the file.
- Press Escape key in keyboard to exit the insert mode.
- Enter :q to quit without saving.
- Enter :wq to save and quit
Thanks for reading this article!!
No comments:
Post a Comment