Tabular ou inserir parênteses e citações em texto sublime

Adicione o seguinte código ao seu Key Bindings> arquivo do usuário

[
// -------------------------------------------------------------------------
// Auto-complete behaviour for ), ], '', ""
// Bind to , to step over the auto-completed character(s)
// -------------------------------------------------------------------------
{ "keys": ["enter"], "command": "move", "args": {"by": "characters", "forward": true}, "context":
[
{ "key": "following_text", "operator": "regex_contains", "operand": "^[)\]'"]""