Sublime Forum

Session recording

#1

Is there any way to record a session? or plugin. I mean something lightweight, not a movie, but a history of actions.
e.g.

  1. Open sublime text.
  2. Start recording
  3. Open directory “AAA”
  4. Open file “xxx.py”
  5. Goto line 123
  6. Edit “def Abc():” => “def ABC():”
  7. Find “zzz”
  8. Goto file “yyy”
  9. 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.

0 Likes