Search code examples
pycharmmarkdownkeyboard-shortcutsjetbrains-ide

Is there any shortcut for Bold or codeblock in Markdown editor in PyCharm?


I'm writing a tool's wiki and I have a need for a shortcut to set some words in Bold or codeblocks instead of writing ` / ** or clicking the Bold/codeblock button as you can see in this example:

Bold button

Is there any shortcut for setting words to Bold in the Markdown editor for JetBrain's IDE such as PyCharm?

If not, does anyone have a macro that solved this and is willing to share it?


Solution

  • You can assign preferred shortcuts to these actions in Settings | Keymap, Plug-ins | Markdown

    enter image description here