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