As a long-term Vim user myself, here are some of my favourite tips n’ tricks
that I have picked up along the journey. (more…)
Read more »
When editing a file, it’s quite crucial that you can navigate your cursor around rather quickly. Vim and NeoVim allow for many different ways of doing so which, depending on the situation, can be more or less efficient and useful. This article examines th... (more…)
Read more »
I wanted to use an editor that didn’t have features that were constantly distracting me from what’s important: writing code. (more…)
Read more »
Vim, sed and grep are three very popular command-line tools for Linux platforms. This article will attempt to explain the origins of these tools by showing how they use a number of syntax features that are identical to an equivalent command that use... (more…)
Read more »