Step 4 of 5

The jumplist picker

The jumplist picker

Walking the list one entry at a time is fine for a hop or two, but when you want something from several jumps ago it’s faster to look at the whole list.

  • Space-j — open the jumplist picker

The picker lists every entry, newest at the top, with a preview of the destination on the right. Use the arrow keys to move the highlight, Enter to jump to the highlighted entry, and Escape to close it without moving. In this narrow editor the columns on the left are cramped — let the preview pane tell you where each entry goes.

Picking an entry is itself a jump, so it records where you were as well; Ctrl-o still takes you back afterwards.

Seed the list with three jumps below, then use the picker to get around.

  1. Jump to line 10 Type 10gg — the first entry for the jumplist.
  2. Jump to line 20 20gg — another entry.
  3. Jump to the last line ge — one more, landing on line 30.
  4. Open the picker and pick the newest entry Press Space then j, and hit Enter on the highlighted entry — you'll land on line 20.
  5. Pick an older entry Press Space then j again, press the down arrow twice, then Enter — this time you'll land on line 10.
Jump to line 10 Type 10gg — the first entry for the jumplist.

Next: Jump to line 20

Loading editor…