Skip to content

Search content

  1. Part 1
    1 min read

    Learning Neovim > 1: Normal Mode Navigation

    A practical introduction to moving through files efficiently with Normal mode motions, counts, and line-level jumps.

  2. Part 2
    1 min read

    Learning Neovim > 2: Editing Operators

    How Neovim combines operators and motions to make deleting, changing, copying, undoing, and pasting composable.

  3. Part 3
    2 min read

    Learning Neovim > 3: Insert & Visual Modes

    A practical guide to switching between Insert, Visual, Replace, and Command modes without losing your flow.

  4. Part 4
    2 min read

    Learning Neovim > 4: Search & Replace

    How to search, replace, configure match behaviour, and run quick shell commands without leaving Neovim.