|
678 | 678 | { "key": "selector", "operator": "equal", "operand": "text.html.markdown - meta.frontmatter - meta.disable-markdown - markup.raw", "match_all": true } |
679 | 679 | ] |
680 | 680 | }, |
681 | | - { "keys": ["shift+tab"], "command": "mde_fold_section", "context": |
| 681 | + { "keys": ["super+shift+["], "command": "mde_fold_section", "context": |
682 | 682 | [ |
683 | 683 | { "key": "selector", "operator": "equal", "operand": "text.html.markdown - meta.frontmatter - meta.disable-markdown - markup.raw - markup.list", "match_all": true }, |
684 | 684 | { "key": "setting.mde.keymap_disable.fold_section", "operator": "not_equal", "operand": true }, |
685 | | - { "key": "selection_empty", "operator": "equal", "operand": true, "match_all": true }, |
686 | 685 | { "key": "has_prev_field", "operator": "equal", "operand": false }, |
687 | | - { "key": "overlay_visible", "operator": "equal", "operand": false }, |
688 | | - { "key": "preceding_text", "operator": "not_regex_match", "operand": "^\\s+", "match_all": true } |
| 686 | + { "key": "overlay_visible", "operator": "equal", "operand": false } |
689 | 687 | ] |
690 | 688 | }, |
691 | | - { "keys": ["shift+tab"], "command": "mde_fold_section", "context": |
| 689 | + { "keys": ["super+shift+]"], "command": "mde_unfold_section", "context": |
692 | 690 | [ |
693 | | - { "key": "selector", "operator": "equal", "operand": "text.html.markdown", "match_all": true }, |
| 691 | + { "key": "selector", "operator": "equal", "operand": "text.html.markdown - meta.frontmatter - meta.disable-markdown - markup.raw - markup.list", "match_all": true }, |
694 | 692 | { "key": "setting.mde.keymap_disable.fold_section", "operator": "not_equal", "operand": true }, |
695 | | - { "key": "selection_empty", "operator": "equal", "operand": false, "match_all": true }, |
696 | 693 | { "key": "has_prev_field", "operator": "equal", "operand": false }, |
697 | | - { "key": "overlay_visible", "operator": "equal", "operand": false }, |
698 | | - { "key": "text", "operator": "regex_contains", "operand": "^(#{1,6}(?!#))|^(-{3,}|={3,})$"} |
| 694 | + { "key": "overlay_visible", "operator": "equal", "operand": false } |
699 | 695 | ] |
700 | 696 | }, |
701 | 697 | { "keys": ["ctrl+shift+tab"], "command": "mde_show_fold_all_sections", "context": |
|
0 commit comments