0

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

IGRACH
  • 3,506
  • 6
  • 33
  • 48

1 Answers1

1

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.

MattDMo
  • 100,794
  • 21
  • 241
  • 231