Skip to content

Commit

Permalink
MPE active .mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
kenkenpa198 committed May 19, 2024
1 parent 08fd987 commit c2cc3f3
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .config/Code/User/keybindings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{
"key": "ctrl+p",
"command": "markdown-preview-enhanced.openPreviewToTheSide",
"when": "editorLangId == 'markdown'"
"when": "editorLangId == 'markdown' || editorLangId == 'mdx'"
},
{
"key": "ctrl+shift+oem_2",
Expand Down Expand Up @@ -96,5 +96,15 @@
"key": "ctrl+p",
"command": "svg.showPreviewToSide",
"when": "editorLangId == 'xml'"
},
{
"key": "ctrl+k v",
"command": "markdown-preview-enhanced.openPreviewToTheSide",
"when": "editorLangId == 'markdown' || editorLangId == 'mdx'"
},
{
"key": "ctrl+k v",
"command": "-markdown-preview-enhanced.openPreviewToTheSide",
"when": "editorLangId == 'markdown'"
}
]

0 comments on commit c2cc3f3

Please sign in to comment.