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