Files
MarkdownLivePreview/.sublime/Default.sublime-keymap
2017-01-08 12:30:20 +11:00

14 lines
270 B
Plaintext

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