assign key to splitline command on windows (#1956)
This commit is contained in:
parent
b6a5e222cd
commit
4329b6a729
1 changed files with 1 additions and 1 deletions
|
|
@ -580,7 +580,7 @@ exports.commands = [{
|
|||
scrollIntoView: "cursor"
|
||||
}, {
|
||||
name: "splitline",
|
||||
bindKey: bindKey(null, "Ctrl-O"),
|
||||
bindKey: bindKey("Shift-Enter", "Ctrl-O"),
|
||||
exec: function(editor) { editor.splitLine(); },
|
||||
multiSelectAction: "forEach",
|
||||
scrollIntoView: "cursor"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue