A short guide for transitioning to Vim from GUI text editors like VS Code and Sublime. Get up to speed by learning the most essential commands. (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 »
Run jq interactively in Vim. Contribute to bfrg/vim-jqplay development by creating an account on GitHub. (more…)
Read more »
In the latest chapter of getting my shit together, I've moved all my notes from Notion to Obsidian. In this post, I talk a bit about why I think it's cool, and how I use it on my mobile. (more…)
Read more »
Vim and Emacs have different internals models for the current working
directory, and these models influence the overall workflow for each
editor. They decide how files are opened, how shell commands are
executed, and how the build system is operated. Thes... (more…)
Read more »