Add shift-enter binding for newline in auto-height editors
This commit is contained in:
@@ -183,6 +183,7 @@
|
||||
"context": "Editor && mode == auto_height",
|
||||
"bindings": {
|
||||
"ctrl-enter": "editor::Newline",
|
||||
"shift-enter": "editor::Newline",
|
||||
"ctrl-shift-enter": "editor::NewlineBelow"
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user