Is there any way to record a session? or plugin. I mean something lightweight, not a movie, but a history of actions.
e.g.
- Open sublime text.
- Start recording
- Open directory “AAA”
- Open file “xxx.py”
- Goto line 123
- Edit “def Abc():” => “def ABC():”
- Find “zzz”
- Goto file “yyy”
- Stop recording
and later I would like to go through this and be able to jump to each point in this session or remove some points from this history.