From 473b6958bc687480fee70721a5922efaded724e5 Mon Sep 17 00:00:00 2001 From: nightwing Date: Tue, 20 May 2014 19:29:20 +0400 Subject: [PATCH] Revert "assign key to splitline command on windows (#1956)" This reverts commit 4329b6a7290a16f6049b42259f2dc8dec14cdc48. --- lib/ace/commands/default_commands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ace/commands/default_commands.js b/lib/ace/commands/default_commands.js index 1014f668..6506b5cf 100644 --- a/lib/ace/commands/default_commands.js +++ b/lib/ace/commands/default_commands.js @@ -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"