add sublime-commands file (solving #1)

This commit is contained in:
math2001
2016-12-01 17:20:49 +11:00
parent bf4b35ae63
commit e8e794c231

View File

@ -0,0 +1,9 @@
[
{
"caption": "MarkdownLivePreview: Toggle",
"command": "toggle_setting",
"args": {
"setting": "markdown_preview_enabled"
}
}
]