Marks and Jumps

Set bookmarks in your code with marks

Open companion guide

Goals

0/3
  • Set a mark with ma
  • Jump to mark with 'a
  • Jump to exact position with `a
Keys 0 · par 20

Instructions

  1. 1.Navigate to line 3 and set mark a with ma
  2. 2.Navigate away to another line
  3. 3.Use 'a to jump back to the marked line
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 Marks and Jumps in real editing

This companion guide helps you complete Marks and Jumps with fewer mistakes and better command fluency.

Quick Command Cheatsheet
  • marks
  • ma
When to Use This Motion/Operator

Use this lesson whenever you need to jump to the right position before editing with fewer keystrokes.

  • Prefer this over arrow-key micro-movements before each edit.
  • Use this pattern whenever you're working inside Navigation Power tasks.
  • Reach for marks, ma when this pattern appears.
Common Mistakes
  • Reaching for the arrow keys instead of hjkl or word motions.
  • Taking single-character steps instead of jumping with w/b/e or f/t.
FAQ

How long should this lesson take?

Target completion is 60 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.