Skip to main content

Posts

Showing posts from August, 2020

The learn VIM Project - Part 2

Vim 8 interface This is a series of blog posts, in which I am trying to share my learnings about using Vim, which I have gathered over the course of 4 years of my software development experience.  This post is the part 2 in this series, please read the first part before continuing forward  Part 1   https://vikramj74.blogspot.com/2020/07/the-learn-vim-project.html The core commands and the different modes of Vim, should be clear to you by now. We will now talk about some of the more advanced tools available in the Vim language. Let us begin, with combos. Action-Modifier-Limit As discussed in the last post, Vim allows us to use a text modification language to alter the text documents we might have. The language, certainly has words, which correspond to the commands that we learned about the first part. But no language can be complete without having sentences. Sentences, should be combination of the aforementioned words, which convey an independent meaning. The Action-Modifier-Limit Comb