Skip to content

Instantly share code, notes, and snippets.

@fizzvr
Last active August 29, 2015 14:17
Show Gist options
  • Save fizzvr/1cb71818958ad6bcdcf1 to your computer and use it in GitHub Desktop.
Save fizzvr/1cb71818958ad6bcdcf1 to your computer and use it in GitHub Desktop.
teclas rapidas BRACKETS-emmet
{
"expand_abbreviation_with_tab": "Tab",
"expand_abbreviation": "Ctrl-Alt-Enter",
"balance_outward": "Ctrl-Alt-Q",
"balance_inward": "Ctrl-Alt-W",
"matching_pair": "Shift-Ctrl-T",
"wrap_with_abbreviation": "Shift-Ctrl-A",
"next_edit_point": "Ctrl-Alt-2",
"prev_edit_point": "Ctrl-Alt-1",
"select_line": "Ctrl-Shift-L",
"merge_lines": "Ctrl-Shift-M",
"toggle_comment": "Ctrl-\\",
"split_join_tag": "Ctrl-Shift-J",
"remove_tag": "Ctrl-Shift-K",
"evaluate_math_expression": "Shift-Ctrl-Y",
"update_tag": "Shift-Ctrl-I",
"increment_number_by_1": "Ctrl-Shift-Up",
"decrement_number_by_1": "Ctrl-Shift-Down",
"increment_number_by_01": "Ctrl-Shift-Alt-Up",
"decrement_number_by_01": "Ctrl-Shift-Alt-Down",
"increment_number_by_10": "Ctrl-Alt-Up",
"decrement_number_by_10": "Ctrl-Alt-Down",
"select_next_item": "Shift-Ctrl-.",
"select_previous_item": "Shift-Ctrl-,",
"reflect_css_value": "Shift-Ctrl-Alt-R",
"insert_formatted_line_break": "Enter",
"interactive_expand_abbreviation": "Ctrl-Shift-Alt-Enter"
}
/home/{user}/.config/Brackets/extensions/user/brackets-emmet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment