aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts/commands.coffee
diff options
context:
space:
mode:
Diffstat (limited to 'background_scripts/commands.coffee')
-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"]