Mastodon hachyterm.io

Today I learned about Vim’s changelist.

The changelist keeps track of the last 100 changes to a file. It’s super useful for jumping to a previous change via g;.

To jump to the next change, use g,.

For more info and a list of all changes, use :h changes in normal mode.

Further Reading