shift-enter for newline in chat
This commit is contained in:
parent
42c81354fa
commit
72689b08cc
1 changed files with 1 additions and 0 deletions
|
@ -183,6 +183,7 @@
|
||||||
"context": "Editor && mode == auto_height",
|
"context": "Editor && mode == auto_height",
|
||||||
"bindings": {
|
"bindings": {
|
||||||
"ctrl-enter": "editor::Newline",
|
"ctrl-enter": "editor::Newline",
|
||||||
|
"shift-enter": "editor::Newline",
|
||||||
"ctrl-shift-enter": "editor::NewlineBelow"
|
"ctrl-shift-enter": "editor::NewlineBelow"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue