Series: Learning Neovim
Read the Learning Neovim articles in order.
- Part 1
Learning Neovim > 1: Normal Mode Navigation
A practical introduction to moving through files efficiently with Normal mode motions, counts, and line-level jumps.
- Part 2
Learning Neovim > 2: Editing Operators
How Neovim combines operators and motions to make deleting, changing, copying, undoing, and pasting composable.
- Part 3
Learning Neovim > 3: Insert & Visual Modes
A practical guide to switching between Insert, Visual, Replace, and Command modes without losing your flow.
- Part 4
Learning Neovim > 4: Search & Replace
How to search, replace, configure match behaviour, and run quick shell commands without leaving Neovim.