diff --git a/ghost/admin/views/editor.js b/ghost/admin/views/editor.js index 063ca2f076..97377854a7 100644 --- a/ghost/admin/views/editor.js +++ b/ghost/admin/views/editor.js @@ -410,7 +410,11 @@ tabMode: 'indent', tabindex: "2", lineWrapping: true, - dragDrop: false + dragDrop: false, + extraKeys: { + Home: "goLineLeft", + End: "goLineRight" + } }); this.uploadMgr = new UploadManager(this.editor);