shift-enter for newline in chat

This commit is contained in:
Conrad Irwin 2024-01-20 13:31:19 -07:00
parent 42c81354fa
commit 72689b08cc

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