diff --git a/shared/naturalcrit/codeEditor/codeEditor.jsx b/shared/naturalcrit/codeEditor/codeEditor.jsx index e09ea34a9..6340a58fe 100644 --- a/shared/naturalcrit/codeEditor/codeEditor.jsx +++ b/shared/naturalcrit/codeEditor/codeEditor.jsx @@ -102,8 +102,6 @@ const CodeEditor = createClass({ historyEventDelay : 250, scrollPastEnd : true, extraKeys : { - // 'Alt-Left' : this.moveSource, - // 'Alt-Right' : this.moveBrew, 'Ctrl-B' : this.makeBold, 'Cmd-B' : this.makeBold, 'Ctrl-I' : this.makeItalic,