Configuring Sublime Text 2
41–50 of 92 posts
Re: Configuring Sublime Text 2
#42My first piece of advice is to set up a command line alias for Sublime... Sublime ships w/ a command-line executable: /usr/bin/subl
Re: Configuring Sublime Text 2
#43The hardest part of configuring Sublime Text is the color scheme. It's written in some apple XML format that's hard to edit by hand.
Re: Configuring Sublime Text 2
#44The hardest part of configuring Sublime Text is the color scheme. It's written in some apple XML format that's hard to edit by hand.
Re: Configuring Sublime Text 2
#45Re: Configuring Sublime Text 2
#46Earlier quoted context omitted.
Uh, two space indentation in Python? Consistency is valuable. Everyone else who writes Python uses four spaces. http://www.python.org/dev/peps/pep-0008/#indentation
This is a great reason to use tabs over spaces.
Re: Configuring Sublime Text 2
#47Re: Configuring Sublime Text 2
#48Sublime team by default need to advertise Packages and just how much you can customize the thing. You'd be amazed just how powerful this thing can be - once you get the hang of it, the shortcuts and some basic packages. My favorite ones are Zen Coding (now deprecared in favor of Emmet) and SublimeERB when working with ERB - the front-end dev in me cries of joy when using them :-)
Re: Configuring Sublime Text 2
#49Great stuff, thanks!