Search code examples
sublimetext2sublimetextsublimetext3sublime-text-plugin

SublimePaneNavigation Plugin


I found this plugint SublimePaneNavigation, and from the fitures it looks great but it's suppouse to be only for sublime 2, I cant find it on sublime 3 package control. Can I install it some other way, on a Sublime text 3?

SublimePaneNavigation

SublimePanelNavigation


Solution

  • From what I can tell this plugin should work in ST3, but you'll have to install it yourself to find out. Go to your Packages directory (select Preferences -> Browse Packages... to find it) via the command line, and (assuming you have git installed) run the following command:

    git clone https://github.com/borist/SublimePaneNavigation.git
    

    It should then be installed.