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. ...

April 19, 2022 · 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’t 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 ...

August 6, 2021 · 1 min · David