From f44ba8610117d270c16bbb89594614be3dc6e56e Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Wed, 26 Jan 2011 17:02:47 -0500 Subject: [PATCH] Fix remapping . Closes issue #297. --HG-- branch : key-processing --- common/content/modes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", {