aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Blott2016-12-12 10:27:07 +0000
committerStephen Blott2016-12-12 10:27:07 +0000
commit0474ca38ce8e687422c82303a2b3a24c0b638098 (patch)
treeaf12091ff1709412ceeb23ed91dd036b78187918
parent3019e38d6db4d56036eff8aaa2d2d37f85e4fb07 (diff)
downloadvimium-0474ca38ce8e687422c82303a2b3a24c0b638098.tar.bz2
Remove references to enterNormalMode command.
-rw-r--r--background_scripts/commands.coffee3
1 files changed, 0 insertions, 3 deletions
diff --git a/background_scripts/commands.coffee b/background_scripts/commands.coffee
index 1fb9317d..d12b704d 100644
--- a/background_scripts/commands.coffee
+++ b/background_scripts/commands.coffee
@@ -166,7 +166,6 @@ Commands =
"enterVisualMode",
"enterVisualLineMode",
"passNextKey",
- "enterNormalMode",
"focusInput",
"LinkHints.activateMode",
"LinkHints.activateModeToOpenInNewTab",
@@ -239,7 +238,6 @@ Commands =
"closeOtherTabs",
"enterVisualLineMode",
"toggleViewSource",
- "enterNormalMode",
"passNextKey"]
defaultKeyMappings =
@@ -356,7 +354,6 @@ commandDescriptions =
passNextKey: ["Pass the next key to Chrome"]
enterVisualMode: ["Enter visual mode", { noRepeat: true }]
enterVisualLineMode: ["Enter visual line mode", { noRepeat: true }]
- enterNormalMode: ["Handle following key sequence in normal mode"]
focusInput: ["Focus the first text input on the page"]