# Memorize
A Sublime Text plugin to help with keeping track of various file locations and visualizing them as a stack.
## Commands
* Add frame
* Creates a new frame from the current file, cursor location and active selection.
* If there's an active selection, the frame will include all text in the selection.
* Automatically shows the current stack. This behaviour can't be disabled yet, but will be doable shortly through settings.
* DOES NOT properly support multiple selections yet.
* Jump to next frame
* Loops around when hitting either end of the stack.
* If the frame refers to a file that is not currently open, it will be opened and cursor placed at the frame location.
* Jump to previous frame
* Remove frame
* Removes current frame, setting selected to the next frame in line.
* Show stack
* Opens a new stack view tab if it's not currently showing.
* It will show an empty stack even if there are no frames.
* Clear stack
* Removes all saved frames.
* Automatically closes the stack view if one is open.
* Hide stack
* Closes any open stack view, but does not remove any frames.
* Jumping between stack frames works fine even when the stack is hidden.
## Default Keybindings
The default keybindings are disabled, but you can enable or change them using the command palette option.