Atalhos de texto em editor de rich text como o SublimeText2

// Textile Specific

{
“keys”: [“ctrl + 1”], “command”: “insert_snippet”,
“args”: {“contents”: “h1. $ {1: $ SELECTION}”},
“context”: [{” chave “:” seletor “,” operador “:” igual “,” operando “:” text.html.textile “}]},

{
“keys”: [“ctrl + 2”], “command”: “insert_snippet”,
“args”: {“contents”: “h2. $ {1: $ SELECTION}”},
“context”: [{” chave “:” seletor “,” operador “:” igual “,” operando “:” text.html.textile “}]},

{
“keys”: [“ctrl + 3”], “command”: “insert_snippet”,
“args”: {“contents”: “h3. $ {1: $ SELECTION}”},
“context”: [{” chave “:” seletor “,” operador “:” igual “,” operando “:” text.html.textile “}]},

{
“keys”: [“ctrl + 4”], “command”: “insert_snippet”,
“args”: {“contents”: “h4. $ {1: $ SELECTION}”},
“context”: [{” chave “:” seletor “,” operador “:” igual “,” operando “:” text.html.textile “}]},

{
“keys”: [“ctrl + 5”], “command”: “insert_snippet”,
“args”: {“contents”: “h5. $ {1: $ SELECTION}”},
“context”: [{” chave “:” seletor “,” operador “:” igual “,” operando “:” text.html.textile “}]},

{
“keys”: [“ctrl + 6”], “command”: “insert_snippet”,
“args”: {“contents”: “h6. $ {1: $ SELECTION}”},
“context”: [{” chave “:” seletor “,” operador “:” igual “,” operando “:” text.html.textile “}]},

{
“keys”: [“alt + a”], “command”: “insert_snippet”,
“args”: {“contents”: “” $ {1: $ SELECTION} “”: $ {2: URL}”” }