shift-enter should also give a newline
(reported as vim feedback, but really true of the editor too)
This commit is contained in:
parent
3c483d85f7
commit
243d1664e5
1 changed files with 1 additions and 0 deletions
|
@ -172,6 +172,7 @@
|
||||||
"context": "Editor && mode == full",
|
"context": "Editor && mode == full",
|
||||||
"bindings": {
|
"bindings": {
|
||||||
"enter": "editor::Newline",
|
"enter": "editor::Newline",
|
||||||
|
"shift-enter": "editor::Newline",
|
||||||
"cmd-shift-enter": "editor::NewlineAbove",
|
"cmd-shift-enter": "editor::NewlineAbove",
|
||||||
"cmd-enter": "editor::NewlineBelow",
|
"cmd-enter": "editor::NewlineBelow",
|
||||||
"alt-z": "editor::ToggleSoftWrap",
|
"alt-z": "editor::ToggleSoftWrap",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue