Beginning Vim From Scratch

This year, I am going to explore and learn the basics of vim. Each day, I aim to learn a few vim commands and post them as a series of blog articles. Day 1 - Installation, Navigation & How to quit vim Installation check if it is already installed? `vim --version` or install it using…