We recently learned about position-based ways to navigate and reason about text. While these coordinate motions are a broad way […]
Month: January 2021
Vim Tip of the Day: Scrolling
[Note: “Alternative” Vim users (e.g. Emacs/Evil users), skip to the bottom] Today we’re going to do something a little different. […]
Vim Tip of the Day: Selecting Things
Although you can do a lot just with verbs like c, d, and y combined with the various nouns, you […]
Vim Tip of the Day: Coordinates
We saw that common Vim navigations are based on structure, while others are based on search. Still others are based […]
Vim Tip of the Day: Search
While words, lines and paragraphs give us a way to refer to text in general, often, these “linguistic” nouns aren’t […]
Vim Tip of the Day: Quantifiers
Usually, Vim’s linguistic commands operate on a context inferred from the position of the cursor. But sometimes you may want […]
Vim Tip of the Day: The Truth About Nouns
Nouns commonly refer to objects (“cat”, “house”), but Vim nouns typically indicate navigations in connection with some object and aren’t […]
Vim Tip of the Day: Actually Doing Things (Verbs)
While many editors have “hotkeys” that do specific things (like C-c to copy, C-f for find), in Vim you typically […]
Vim Tip of the Day: Writing Things
i / I — insert before cursor / before beginning of linea / A — insert or “append” after cursor […]
Vim Tip of the Day: Introducing the Nouns
Just as English and Japanese are languages to describe the rich world we live in, so is Vim a language […]