# Sublime Text - Last Modified Indicator This plugin displays an indicator next to the last edited line so you'll immediately see where you've worked before. By default, the indicator stretches over seven lines around the last edited one to provide enough visual feedback. This can be reduced to only the last edited line by modifying the `last_modified_indicator_multiline` configuration entry. ![example](https://raw.githubusercontent.com/wag/SublimeLastModifiedIndicator/master/lasteditedindicator_example.png) ## Installation ### Package Control Download and install [Package Control](http://wbond.net/sublime_packages/package_control), restart Sublime Text and open the Package Control menu by pressing CtrlShiftP (Windows/Linux) or ShiftP (OSX), then type `pci` and search for `LastModifiedIndicator`. ### Manual Clone the repository to your Packages folder (Preferences -> Browse Packages...): `git clone git@github.com:wag/SublimeLastModifiedIndicator.git` Or download the [zip](https://github.com/wag/SublimeLastModifiedIndicator/archive/master.zip) file directly and unpack it to the Packages folder. ## Settings The plugin can be configured by editing the `Preferences.sublime-settings` (Preferences -> Settings - User) file. The options and their default values are the following: // enable (true) or disable (false) the plugin "last_modified_indicator": true, // show the indicator over multiple (seven) lines, // alternatively only on the last modified line "last_modified_indicator_multiline": true, // clear the indicator after a file has been saved "last_modified_indicator_file_save_clear": false, ## Problems If your ST hangs while upgrading, removing or disabling the package, close or save all unsaved files and try again. This is a bug which has been fixed in version 2014.08.10.10.51.15.