loading images from internet working
This commit is contained in:
16
.sublime/Default.sublime-keymap
Normal file
16
.sublime/Default.sublime-keymap
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user