Revert "assign key to splitline command on windows (#1956)"

This reverts commit 4329b6a729.
This commit is contained in:
nightwing 2014-05-20 19:29:20 +04:00
commit 473b6958bc

View file

@ -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"