Chapter 8.Table of ContentsCheatsheet

Vim's Secret Language

As you may have noticed, all the Vim operators, counts and motions that you’ve learned make up a (programming) language of sorts. You can think of operators as functions and counts and motions as arguments, or using an even simpler analogy… You can think of operators as verbs, counts as adjectives and motions as objects.

The true magic of Vim is composition. As you go building up this vocabulary of operators and motions you will find that you can combine them to your heart’s content. Just like you would with the words of a spoken language.

So that, once you know all about the cl, caw, ciw, ct. of the world, and you go and learn how dl works, you’ll not only be able to use dl. No. You’ll instantly know that you can also combine the d operator with all the vocabulary of motions you already have at your disposal and daw, diw, dt. until the end of times.

When you learn a new operator on Vim you can combine it with all the motions you already know!

This is very cool.

When using Vim you’ll feel you are navigating a meta-universe of text editing, it’s like programming or controlling the very mechanism of editing and writing text. If you’re familiar with git and how it feels to use the git command line to work with source control, you can think of Vim as the git of text editing. (Putting aside the fact that Vim predates git by almost 30 years).

With Vim, you’ll look at a piece of text and you’ll no longer see just words or text, you’ll see the possibilities of an infinite number of operators and motions being applied at oncemindblown.


  1. Kadoooosh! MiNDBloWn…

Jaime González García

Written by Jaime González García , dad, husband, software engineer, ux designer, amateur pixel artist, tinkerer and master of the arcane arts. You can also find him on Twitter jabbering about random stuff.Jaime González García