Key Bindings

Por 9.99€ al mes tendrás acceso completo a todos los cursos. Sin matrícula ni permanencia.

Preferences – Key Bindings – User

Atajos del teclado. Los guardamos siempre en User.

Los siguientes códigos permiten utilizar zen codding en JSX y cambiar el wrap al pulsar ctrl+z

[
{
    "keys": ["tab"], "command": "expand_abbreviation_by_tab", "context": [
        {
            "operand": "source.js", 
            "operator": "equal", 
            "match_all": true, 
            "key": "selector"
        },
        {   
            "key": "selection_empty", 
            "operator": "equal", 
            "operand": true,
            "match_all": true 
        }
    ]
},
{ "keys": ["tab"], "command": "next_field", "context":
    [
        { "key": "has_next_field", "operator": "equal", "operand": true }
    ]
},
{
    "keys": ["alt+z"],
    "command": "toggle_setting",
    "args": {
        "setting": "word_wrap"
    }
}
]

Por 9.99€ al mes tendrás acceso completo a todos los cursos. Sin matrícula ni permanencia.