Keyboard shortcuts for formatting #2479
Unanswered
adityamiskin
asked this question in
Q&A
Replies: 1 comment
-
Welcome @adityamiskin! 👋 "keybindings": [
{
"command": "mdx.toggleEmphasis",
"key": "ctrl+i",
"mac": "cmd+i",
"when": "editorTextFocus && !editorReadonly && editorLangId == mdx"
},
{
"command": "mdx.toggleDelete",
"key": "alt+shift+5",
"mac": "cmd+shift+x",
"when": "editorTextFocus && !editorReadonly && editorLangId == mdx"
},
{
"command": "mdx.toggleStrong",
"key": "ctrl+b",
"mac": "cmd+b",
"when": "editorTextFocus && !editorReadonly && editorLangId == mdx"
}
], You can also adjust them if you prefer different bindings https://code.visualstudio.com/docs/getstarted/keybindings |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How do I setup mdx extension for keyboard shortcuts for bold, italics and other stuff?? I dont see anything in the documentation.
Beta Was this translation helpful? Give feedback.
All reactions