Files
MarkdownLivePreview/Default.sublime-keymap
math2001 b573d96659 init
2016-11-24 18:18:02 +11:00

17 lines
338 B
Plaintext

[
{
"keys": ["alt+m"],
"command": "toggle_setting",
"args": {
"setting": "markdown_preview_enabled"
},
"context": [
{
"key": "selector",
"operator": "equal",
"operand": "text.html.markdown"
}
]
}
]