Is there an in-built option or a plugin to do the following?
- Mark a point/line using some some combination of key strokes. Maybe even save multiple locations using a numeric id (ctrl++1, ctrl++2, …).
- Move to a different part of the file, and maybe even a different file. (Edits maybe performed, so the line number will not remain the same)
- Use another set of keystrokes to return to the saved location.
While it is possible to use goto-line, it involves remembering line numbers and it’s getting a bit tiring to do so!
Thanks!