neovim-vs-helix-cover-art

Neovim vs Helix: Which is the best Vi/Vim style modal editor?

Introduction Neovim and Helix are both modal editors for programmers. They have a lot in common, but different approaches to providing the IDE (integrated development environment) features that make them so appealing. IDE features make writing code easier and more productive. They include things like intelligent code completion and integration with the Git version control system. These features differentiate a program designed for writing code from a basic text editor. ...

First Published: April 19, 2022 路 Updated: February 27, 2023 路 Reading Time: 9 min 路 David
Screenshot from 2022-04-19 17-33-54

Ultimate Vim Keyboard Shortcuts

A well-thought-out printable PDF of Vim keyboard shortcuts to enhance your workflow. I hope you find some cool ones you didn鈥檛 know about, and also find it a useful reference to the essentials. These shortcuts are all available out of the box in Vim and Neovim. If you want a full custom setup for Neovim using the best Lua plugins then have a look at my Developer Workstation Setup Script ...

First Published: August 6, 2021 路 Reading Time: 1 min 路 David
cover-art

Neovim Explained: How to Build a Plugin-Free Nvim Config That Unlocks Builtin Features

Neovim (aka Nvim) is a radical refactor of Vim. It aims to take Vim, improve the code, and add more features. They are mostly compatible but have slightly different defaults. Neovim is a text editor, but it can be configured with plugins to be closer to an IDE. Plugins are a big subject we are not going to cover in this tutorial, we are aiming to get a minimal working setup with zero bloat. ...

First Published: August 24, 2020 路 Updated: August 20, 2026 路 Reading Time: 7 min 路 David