Skip to content

Instantly share code, notes, and snippets.

@fizzvr
Last active August 29, 2015 14:17
Show Gist options
  • Save fizzvr/4cb14091c060528ed7fe to your computer and use it in GitHub Desktop.
Save fizzvr/4cb14091c060528ed7fe to your computer and use it in GitHub Desktop.
teclas rapidas SUBLIME3-emmet
[
{ "keys": ["ctrl+alt+x"], "command": "autoprefixer" },
{
"keys": [
"ctrl+alt+w"
],
"args": {
"action": "balance_inward"
},
"command": "run_emmet_action",
"context": [
{
"key": "emmet_action_enabled.balance_inward"
}
]
},
{
"keys": [
"Ctrl+Alt+q"
],
"args": {
"action": "balance_outward"
},
"command": "run_emmet_action",
"context": [
{
"key": "emmet_action_enabled.balance_outward"
}
]
},
{
"keys": [
"ctrl+alt+2"
],
"args": {
"action": "next_edit_point"
},
"command": "run_emmet_action",
"context": [
{
"key": "emmet_action_enabled.next_edit_point"
}
]
},
{
"keys": [
"ctrl+alt+1"
],
"args": {
"action": "prev_edit_point"
},
"command": "run_emmet_action",
"context": [
{
"key": "emmet_action_enabled.prev_edit_point"
}
]
}
]
/home/{user}/.config/sublime-text-3/Packages/User
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment