Didnt know it can be that easy. Just add this to the hotkey configuration:
[
{
"keys": ["alt+m"],
"command": "open_markdown_preview"
},
{ "keys": ["alt+x"], "command": "toggle_comment", "args": { "block": false } },
]
Didnt know it can be that easy. Just add this to the hotkey configuration:
[
{
"keys": ["alt+m"],
"command": "open_markdown_preview"
},
{ "keys": ["alt+x"], "command": "toggle_comment", "args": { "block": false } },
]