Archives
Every post, organised by year and month.
-
I Don't Think We Have Free Will
Why I think our choices are caused rather than freely authored, and why that leaves more room for compassion.
-
Learning Neovim > 1: Normal Mode Navigation
Normal mode is where you spend most of your time in Neovim. Mastering these navigation commands is the single biggest productivity unlock.
-
Learning Neovim > 3: Insert & Visual Modes
Neovim is a modal editor. Every mode has a distinct purpose. This article covers the three modes you'll use alongside Normal mode: Insert, Visual, and Command.
-
Learning Neovim > 2: Editing Operators
Neovim's editing model is built on operators + motions. An operator performs an action (delete, change, yank…), and a motion tells it how far to reach.
-
Learning Neovim > 4: Search & Replace
Neovim's search and replace capabilities are powerful once you know the commands. This article covers basic search, incremental search settings, and running external commands.