diff --git a/IPython/html/static/edit/js/menubar.js b/IPython/html/static/edit/js/menubar.js index 54d7ba1..2ac7060 100644 --- a/IPython/html/static/edit/js/menubar.js +++ b/IPython/html/static/edit/js/menubar.js @@ -77,7 +77,7 @@ define([ this.element.find('#menu-keymap-default').click(function () { editor.update_codemirror_options({ vimMode: false, - keyMap: null + keyMap: 'default' }); }); this.element.find('#menu-keymap-sublime').click(function () { diff --git a/IPython/html/templates/edit.html b/IPython/html/templates/edit.html index 975020f..cabc360 100644 --- a/IPython/html/templates/edit.html +++ b/IPython/html/templates/edit.html @@ -47,7 +47,7 @@ data-file-path="{{file_path}}"
  • -
  • Key Map
  • +