This commit is contained in:
math2001
2016-11-24 18:18:02 +11:00
commit b573d96659
6 changed files with 2767 additions and 0 deletions

16
Default.sublime-keymap Normal file
View File

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