The Change List
g; / g, โ walk through the places you've been editing.
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.
| Key | Note |
|---|---|
| g | |
| ; |
| Key | Note |
|---|---|
| g | |
| , |
| Key | Note |
|---|---|
| : | |
| c | |
| h | |
| a | |
| n | |
| g | |
| e | |
| s | |
| Enter |
See also: The Jump List, Special Marks, Repeat Last Change