Diving Deeper in Vim Regular Expressions

Let's dive deeper in Vim regexes by looking at specific metacharacters only available in your favorite editor.
Let's dive deeper in Vim regexes by looking at specific metacharacters only available in your favorite editor.
Regular expressions can be frightening if you have no idea what you're looking at. Let's unravel their meanings using Vim and GNU Grep.
Did you know that Vim comes, most of the time, with a native file explorer? Let's explore netrw in this article.
Text-objects are useful constructs to edit our content in Vim. What could be better? Creating our own!
Understanding the Vim runtime open new possibilities to configure your favorite editor: you can create some config for specific filetypes, or even load custom functions only when you use them.