The Change List

g; / g, โ€” walk through the places you've been editing.

Keys: g;, g,, :changes

Like the jump list, but for changes: g; jumps back to your previous edit position; g, walks forward.

Every change you make sets a position in a per-buffer list. g; walks back through it; g, walks forward. Different from the jump list โ€” changes only, this buffer only.

Go to previous edit position
KeyNote
g
;
Go to next edit position
KeyNote
g
,
Show the change list
KeyNote
:
c
h
a
n
g
e
s
Enter

See also: The Jump List, Special Marks, Repeat Last Change