DEPRECATED:
Use Sublime 3.2's ctrl+, and ctrl+. instead.
It remembers where changes were made.

Via Package Control
- Launch
Change List: Showin Command Palette to show Change List. - Launch
Change List: Cleanin Command Palette to clean or rebuild Change List. - ctrl+; go to previous change
- ctrl+, go to next chnage
- ctrl+. go to the lastest change
Ignore this if you want to stay with the original keys. The User Key Bindings file can be accessed from Preferences -> Key Bindings - User.
[
{ "keys": ["ctrl+;"], "command": "jump_to_change", "args": {"move": -1}},
{ "keys": ["ctrl+,"], "command": "jump_to_change", "args": {"move": 1}},
{ "keys": ["ctrl+."], "command": "jump_to_change", "args": {"index": -1}}
]
This plugin aims at recovering the full functionality of change list of VIM.
Last 50 history for each file is saved.
This plugin saves history to Packages/User/ChangeList.json.