VIM BASIC COMMANDS
vim is an powerful command line base editor. it supports many languages to be written in it. vim editor is pre-installed in kernel machine like ubuntu and kali Linux and mac also.
The basic commands that a person working with vim must know are:to quit screen
:q
to save changes that you have made to the file.
:w
:w [file name]
when you open a vim directly from command line without any file next to the command.
vim [folder name/ file name]
for the first time you open the vim editor in shell or terminal.
0 Comments
If you have any doubts or any topics that you want to know more about them please let me know