Although you can do a lot just with verbs like c, d, and y combined with the various nouns, you […]
Tag: vim tip of the day
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 […]
A Vimlike Fluency: Daily Tips for Learning Vim
It is a truth universally acknowledged that one does not simply learn Vim. Vim’s learning curve is notoriously steep, reputedly […]