SQLite How to by Tag:
Ok! It's not really hard to do it but it was not simple to know how to do it =) So my approach is: Write a simple macro (I've edited...
If there are only a few instances where you want to apply this change, I'd recommend holding down ctrl & clicking on each location, this'll provide you with multiple carets...
In Emmet.sublime-settings you have to update disable_tab_abbreviations_for_scopes property: add source.css to disable Tab trigger completely in CSS. Also, if you’re on ST2, you may want to take a look at...
I did some more digging and would like to suggest an alternate solution. Open ~/Library/Application Support/Sublime Text 2/Packages/CSS/css_completions.py in Sublime. On line 190, remove the space after the colon: l.append((p,...