Migrate from Sublime text 2 to Sublime text3

I need to migrate from sublime text 2 to sublime text 3 to have all the same configuration/plugins I have installed on the sublime text2.

I installed sublime text 3, but it does not have any of the sublime text 2 packages and settings. I really dont know if there are any straight forward methods to migrate or just copy of some folders.


I wrote a blog post detailing how to migrate over from Sublime Text 2 over to ST3.

Read: "Can I use ST3 yet? Migrating to Sublime Text 3"

TLDR:

  1. Use git to install the python3 branch of Package Control. Step by step instructions available here;

  2. Move over all your folders in Sublime Text 2/Packages/ to Sublime Text 3/Packages/ except two: Default and Package Control.


Your preferences/configuration from ST2 is in Packages/User (find it with Preferences -> Browse Packages). You can just copy that folder to to Packages folder in ST3.

About plugins it is best to check the already mentioned link: https://github.com/wbond/sublime_package_control/wiki/Sublime-Text-3-Compatible-Packages This wiki page explains which plugins can be installed via Package Control and which ones require manual installation.