Vi / Vim simplified - CheatSheet
Vi - Unix Editor, Other editors are like Emacs and Nano.
Syntax to open a file using Vim.
vim File_name
The above command opens an already-created file, else if the file is missing it creates a new file.
Vim - has two operating modes.
Insertion mod...
slina.hashnode.dev3 min read