diff --git a/common/content/modes.js b/common/content/modes.js index 560f616d..3b2ca4a3 100644 --- a/common/content/modes.js +++ b/common/content/modes.js @@ -47,8 +47,7 @@ var Modes = Module("modes", { count: false }); this.addMode("COMMAND", { - description: "The base mode for most modes which accept commands rather than input", - hidden: true + description: "The base mode for most modes which accept commands rather than input" }); this.addMode("NORMAL", {