Sublime Text Navigation History Plugin

Ever wanted to be able to jump between files or functions in sublime text and easily jump back to where you were before? Well worry no longer 🙂

Over the past 6 months I’ve been using a navigation script from http://www.sublimetext.com/forum/viewtopic.php?f=5&t=2738 to make jumping around code faster. For some reason no one has put this into package control, so I added it today, pull request is pending and once it’s merged you can search for “Navigation history” to find it.

I also made one slight improvement so that when you use Sublime Text 3’s new goto functionality you can easily get back to exactly where you were before.

The github repository is here: https://github.com/timjrobinson/SublimeNavigationHistory

Enjoy, and if you encounter any bugs or problems please create an issue for it on Github.