Sublime Forum

Save locations for easier navigation

#1

Is there an in-built option or a plugin to do the following?

  1. Mark a point/line using some some combination of key strokes. Maybe even save multiple locations using a numeric id (ctrl++1, ctrl++2, …).
  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)
  3. 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! :smile:

0 Likes

#2

Sublime has this feature. They’re called Bookmarks.

sublime-text-unofficial-document … s_win.html

0 Likes

#3

Cool! Thanks a lot!

0 Likes