MarkerStack is the missing tool for efficiently managing temporary moves away
from your current editing position in Sublime Text 4050 and onward.

The Problem MarkerStack Solves
------------------------------

There are many kinds of editing interruptions that happen regularly for most
people using a text editor.  Examples:

- go elsewhere in a file to copy a line of text (e.g. source code) onto the
  clipboard, so that it can be pasted where you are editing;
- handle something elsewhere in the file before you forget it;
- you get interrupted and need to move your cursor away from where you are
  editing in order to handle the need brought by the interruption.

With MarkerStack, you can PUSH your cursor (caret) position in a Sublime Text
View with one keystroke, go do something elsewhere in the same file, and then
POP your cursor position with another keystroke, to instantly be back where
you left off, without having to remember where it is.

MarkerStack data is saved across Sublime Text sessions, for those occasions when
handling an interruption might span across Sublime Text sessions.

Using MarkerStack is significantly more efficient than setting a Bookmark for
interruptions such as the above, and doesn't leave you with the task of

- cleaning up unused bookmarks, or
- remembering where you were previously in the file.

MarkerStack is especially helpful if the duration of an interruption lasted
overnight, over a weekend, or even over a vacation!

It is designed for efficiently managing temporary moves away from your current
editing position in the text.

Quick Start
-----------

Review the README and decide what keys you want to map the PUSH/POP functions to.
Via the menu, go to Preferences > Package Settings > MarkerStack > Key Bindings
and map your PUSH and POP keys (see README "Getting Started" section).

Problems?
---------

If you encounter any problems with MarkerStack, or think that it can be
improved to make your work easier, please log an issue with the MarkerStack
issue tracker:

    https://github.com/vwheeler63/MarkerStack/issues

