CheatSheet for [VI/VIM] Necessary Commands
I listed all the necessary commands that I used in my daily terminal work life.
What is a VI/VIM?
Vi/VIM - A Text Editor For Unix based Systems like Linux, macOS, and FreeBSD.
How to open a file Using Vim?
vim File_name
It open a created file, if th...
devknowledge.hashnode.dev3 min read