Sublime Forum

Shift+Enter --> Enter without indentation

#1

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?

0 Likes

#2

This is controlled by the same thing as your other post, which is linked below (for search and cross reference purposes).

0 Likes