shift-enter should also give a newline

(reported as vim feedback, but really true of the editor too)
This commit is contained in:
Conrad Irwin 2023-08-17 16:01:19 -06:00
parent 3c483d85f7
commit 243d1664e5

View File

@ -172,6 +172,7 @@
"context": "Editor && mode == full",
"bindings": {
"enter": "editor::Newline",
"shift-enter": "editor::Newline",
"cmd-shift-enter": "editor::NewlineAbove",
"cmd-enter": "editor::NewlineBelow",
"alt-z": "editor::ToggleSoftWrap",