Add shift-enter binding for newline in auto-height editors

This commit is contained in:
Max Brunsfeld 2024-01-19 16:03:08 -08:00
parent 739d1179e3
commit c8adde32de

View file

@ -183,6 +183,7 @@
"context": "Editor && mode == auto_height",
"bindings": {
"ctrl-enter": "editor::Newline",
"shift-enter": "editor::Newline",
"ctrl-shift-enter": "editor::NewlineBelow"
}
},