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