|
1188 | 1188 | // jump to reference
|
1189 | 1189 | { "keys": ["f12"], "command": "mde_reference_jump", "context":
|
1190 | 1190 | [
|
1191 |
| - { "key": "selector", "operator": "equal", "operand": "text.html.markdown meta.link.reference string.other.link", "match_all": true } |
| 1191 | + { "key": "selector", "operator": "equal", "operand": "text.html.markdown meta.link.reference", "match_all": true } |
1192 | 1192 | ]
|
1193 | 1193 | },
|
1194 | 1194 | { "keys": ["shift+f12"], "command": "mde_reference_jump", "context":
|
|
1379 | 1379 | // Wiki
|
1380 | 1380 | //
|
1381 | 1381 |
|
1382 |
| - { "keys": ["super+shift+h"], "command": "mde_open_home_page", "context": |
| 1382 | + { "keys": ["super+alt+h"], "command": "mde_open_home_page", "context": |
1383 | 1383 | [
|
1384 | 1384 | { "key": "selector", "operator": "equal", "operand": "text.html.markdown", "match_all": true },
|
1385 | 1385 | { "key": "setting.mde.keymap_disable.open_home_page", "operator": "not_equal", "operand": true }
|
1386 | 1386 | ]
|
1387 | 1387 | },
|
1388 |
| - { "keys": ["super+shift+d"], "command": "mde_open_page", "context": |
| 1388 | + { "keys": ["super+alt+d"], "command": "mde_open_page", "context": |
1389 | 1389 | [
|
1390 | 1390 | { "key": "selector", "operator": "equal", "operand": "meta.link.reference.wiki.description.markdown", "match_all": true },
|
1391 | 1391 | { "key": "setting.mde.keymap_disable.open_page", "operator": "not_equal", "operand": true }
|
1392 | 1392 | ]
|
1393 | 1393 | },
|
1394 |
| - { "keys": ["super+shift+d"], "command": "mde_make_page_reference", "context": |
| 1394 | + { "keys": ["super+alt+d"], "command": "mde_make_page_reference", "context": |
1395 | 1395 | [
|
1396 | 1396 | { "key": "selector", "operator": "equal", "operand": "text.html.markdown - (meta.link | markup.underline.link)", "match_all": true },
|
1397 | 1397 | { "key": "setting.mde.keymap_disable.make_page_reference", "operator": "not_equal", "operand": true }
|
1398 | 1398 | ]
|
1399 | 1399 | },
|
1400 |
| - { "keys": ["super+shift+x"], "command": "mde_list_back_links", "context": |
| 1400 | + { "keys": ["super+alt+x"], "command": "mde_list_back_links", "context": |
1401 | 1401 | [
|
1402 | 1402 | { "key": "selector", "operator": "equal", "operand": "text.html.markdown", "match_all": true },
|
1403 | 1403 | { "key": "setting.mde.keymap_disable.list_back_links", "operator": "not_equal", "operand": true }
|
1404 | 1404 | ]
|
1405 | 1405 | },
|
1406 |
| - { "keys": ["super+shift+j"], "command": "mde_open_journal", "context": |
| 1406 | + { "keys": ["super+alt+j"], "command": "mde_open_journal", "context": |
1407 | 1407 | [
|
1408 | 1408 | { "key": "selector", "operator": "equal", "operand": "text.html.markdown", "match_all": true },
|
1409 | 1409 | { "key": "setting.mde.keymap_disable.open_journal", "operator": "not_equal", "operand": true }
|
|
0 commit comments