This is more of a wish, but does anyone know of a text editor / editor plugin that visually shows you where you've been editing last?
The problem I'm trying to solve is when coding in large projects, I need to add/subtract/modify related code in many places and get lost as to where I am. I tend to remember what the code looked like, but it's hard to jump back to where I was N edits ago.
The Emacs mark ring is nice within a single file, so I'm looking for something like that except more visual and across an entire project.
