You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Shortcut can be set inside the keymap.json file (from Debug/Open User Key Map). Add the following line inside the overrides (or whatever shortcut you want): "Ctrl-Alt-M": "toggleMarkdownPreview"
@gruehle: I'd like to put this your code (would be my first PR), just add a previewShortcut = { key: "Ctrl-Alt-M" } variable and add it inside addMenuItem command.
Also, I think the command id should be changed to something like gruehle.view.toggleMarkdownPreview to avoid collision as recommended by the guideline.
Hi,
is there a way to add shortcut to toggle preview? If not, then this is a feature request :)
Thanks!
The text was updated successfully, but these errors were encountered: