``` { "key": "shift+enter", "comma...
# questions
x
Copy code
{
  "key": "shift+enter",
  "command": "type",
  "args": {
    "text": "\r\n- "
  },
  "when": "editorTextFocus && !editorReadOnly && editorLangId == 'markdown'"
}
Have u set this up is what I meant?