forked from emmetio/brackets-emmet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
keymap.json
30 lines (26 loc) · 987 Bytes
/
keymap.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"expand_abbreviation_with_tab": "Tab",
"expand_abbreviation": "Ctrl-Enter",
"match_pair_outward": "Ctrl-B",
"match_pair_inward": "Shift-Ctrl-B",
"matching_pair": "Shift-Ctrl-T",
"wrap_with_abbreviation": "Shift-Ctrl-A",
"next_edit_point": "Ctrl-Alt-Right",
"prev_edit_point": "Ctrl-Alt-Left",
"select_line": "Ctrl-Shift-L",
"merge_lines": "Ctrl-Shift-M",
"toggle_comment": "Ctrl-\\",
"split_join_tag": "Ctrl-J",
"remove_tag": "Ctrl-K",
"evaluate_math_expression": "Shift-Ctrl-Y",
"increment_number_by_1": "Ctrl-Up",
"decrement_number_by_1": "Ctrl-Down",
"increment_number_by_01": "Shift-Alt-Up",
"decrement_number_by_01": "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-R",
"insert_formatted_line_break": "Enter"
}