Ctrl-E is meant to move the cursor to the end of the line on macOS.
@@ -3005,7 +3005,7 @@
editor.commands.addCommand({
name: "new",
- bindKey: {win: "Ctrl-e", mac: "Command-e|Ctrl-e"},
+ bindKey: {win: "Ctrl-e", mac: "Command-e"},
exec: function () {
huePubSub.publish('editor.create.new');
}
@@ -4169,4 +4169,4 @@
-}));
+}));