shift-enter should also give a newline

Conrad Irwin created

(reported as vim feedback, but really true of the editor too)

Change summary

assets/keymaps/default.json | 1 +
1 file changed, 1 insertion(+)

Detailed changes

assets/keymaps/default.json 🔗

@@ -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",