diff --git a/common/content/modes.js b/common/content/modes.js index fe9b0275..8a553bf7 100644 --- a/common/content/modes.js +++ b/common/content/modes.js @@ -110,7 +110,7 @@ var Modes = Module("modes", { this.addMode("INPUT", { char: "I", description: "The base mode for input modes, including Insert and Command Line", - bases: [this.BASE], + bases: [this.MAIN], input: true }); this.addMode("INSERT", {