Working with Registers

Use multiple clipboards with named registers

Open companion guide

Goals

0/2
  • Yank to named register with "ay
  • Paste from named register with "ap
Keys 0 · par 25

Instructions

  1. 1.Yank "First" to register a with "ayiw
  2. 2.Move to the last line
  3. 3.Paste from register a at the end
Quick KeysNORMAL
h j k lMove cursor
w b eWord movement
i a oEnter insert
dDelete
yYank (copy)
pPaste
uUndo
vVisual mode
:Command mode
/Search

Community pulse

Weekly top score
Leaderboard warming up...
Daily challenge
Loading challenge...
Vim mode: normal

Practice buffer · reset restarts the lesson (not vim u)

Lesson Companion

Use Working with Registers in real editing

This companion guide helps you complete Working with Registers with fewer mistakes and better command fluency.

Quick Command Cheatsheet
  • registers
When to Use This Motion/Operator

Use this lesson whenever you need to apply precise changes instead of entering long Insert-mode edits with fewer keystrokes.

  • Prefer this over arrow-key micro-movements before each edit.
  • Use this pattern whenever you're working inside Macros & Power Moves tasks.
  • Reach for registers when this pattern appears.
Common Mistakes
  • Staying in Insert mode after making a change instead of returning to Normal mode.
  • Chaining several keystrokes for an edit a single operator+motion combo would do.
FAQ

How long should this lesson take?

Target completion is 90 seconds, but correctness matters more than speed at first.

Should I move to the next lesson if my score is low?

Advanced patterns take longer to feel natural, so a lower score on the first pass is normal — prioritize accuracy over speed here.