Posts
-
Learning Neovim > 1: Normal Mode Navigation
1 min · 246 wordsNormal mode is where you spend most of your time in Neovim. Mastering these navigation commands is the single biggest productivity unlock.
-
Learning Neovim > 2: Editing Operators
1 min · 266 wordsNeovim'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
2 min · 303 wordsNeovim's search and replace capabilities are powerful once you know the commands. This article covers basic search, incremental search settings, and running external commands.