Getting Started with Vim
VIM Tutorial
How to open vim in the terminal
Just write vim and press enter. It will open a new blank window.
$ vim
How to exit vim from the terminal
Press :q and then press enter.
:q
Before understanding more commands let's see the different modes...
ksubramanyeshwara.hashnode.dev3 min read