Vim from Scratch Day 2

In Day 1, we learned how to install vim, we also learned the basic navigation shortcuts of vim. Today, we will learn a few more basic vim commands. More Navigation some more navigation to ease up scrolling Page Navigation ^U - Go Up Half a Page (CTRL + U)^D - Go Down Half a Page…

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…