A good Sublime Text setup
Configuring Sublime Text Settings.
There is just one rule you must follow while designing your own editor preference configuration.
Don't put any lines in your configuration that you don't understand.
You will find tons of online tutorials that contains all kinds of awesome hacks to make your sublime text experience better but the worst way to make your development environment better is just to borrow the configuration from someone else.
Spending your time in actually understand what is happening behind the scenes in the construction of your editor is immensely invaluable. It is similar to the increased information retention that you experience when you copy something from the board.
So first, take some background of what we are going to do today. I am using Sublime Text 3 – dev version, but most of the instructions are similar for Sublime Text 2 also.
Okay, first open the sublime text, then go to Preference → Settings → User
.
So this is your configuration file where you can put all your custom preferences. There are other configuration files also, which can be found in Preferences.
You can also find all settings for reference in Settings → Default
file.
I still stand by my platitude that
Don't put anything in your configuration file you don't understand!
That's all for today. Thanks for reading.