Skip to content

Instantly share code, notes, and snippets.

@donpark
Created February 24, 2012 22:18
Show Gist options
  • Save donpark/1904160 to your computer and use it in GitHub Desktop.
Save donpark/1904160 to your computer and use it in GitHub Desktop.
TextMate to Sublime Text 2 Migration Notes for Node.js Developers

TextMate to Sublime Text 2 Migration Notes for Node.js Developers

Copy existing Jade and Stylus bundles from TextMate

From @csanz's gist

cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages
mkdir Jade Stylus
cp -rf ~/Library/Application\ Support/TextMate/Bundles/Jade.tmbundle ./Jade/
cp -rf ~/Library/Application\ Support/TextMate/Bundles/Stylus.tmbundle ./Stylus/

Copy color theme from TextMate

I use Bespin theme so I used following command:

cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/Color\ Scheme\ -\ Default
cp ~/Library/Application\ Support/TextMate/Bespin.tmTheme .

Select "Bespin" color theme under "Preference >> Color Scheme" menu item.

Not definitely sure yet but same theme's colors seemed darker in Sublime Text 2 than TextMate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment