Sublime Text 2 comes with many built-in completions/templates for common idioms. In C++, these include for loops with fields, etc - if I wrote vec and pressed tab,
vec
I believe you're looking to customize the snippets.
Go to Preferences --> Browse Packages --> C++ and make whatever changes you need :)