I want to use shift+enter to act as enter without automatic indentation.
Indentation automatically gets applied when the key-bindings introduce:
“command”: “insert”, “args”: {“characters”: “\n”}
I can define a random arbitrary key sequence and I get the same behaviour. I can redefine shift+enter to insert “Hello World” and it works.
I can’t find where this occurs. Does anyone know?