The plugin “MarkdownEditor” has a shorcut to list references by hitting “ctrl+alt+l”, defined in defaults as:
"keys": ["ctrl+alt+l"], "command": "list_markdown_references", "context":
[
{ "key": "selector", "operator": "equal", "operand": "text.html.markdown", "match_all": true }
]
},
But the Sublime Editor triggers this command when I hit “alt+l”, without the “ctrl” key.