aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts
diff options
context:
space:
mode:
Diffstat (limited to 'background_scripts')
-rw-r--r--background_scripts/commands.coffee3
1 files changed, 3 insertions, 0 deletions
diff --git a/background_scripts/commands.coffee b/background_scripts/commands.coffee
index d12b704d..1fb9317d 100644
--- a/background_scripts/commands.coffee
+++ b/background_scripts/commands.coffee
@@ -166,6 +166,7 @@ Commands =
"enterVisualMode",
"enterVisualLineMode",
"passNextKey",
+ "enterNormalMode",
"focusInput",
"LinkHints.activateMode",
"LinkHints.activateModeToOpenInNewTab",
@@ -238,6 +239,7 @@ Commands =
"closeOtherTabs",
"enterVisualLineMode",
"toggleViewSource",
+ "enterNormalMode",
"passNextKey"]
defaultKeyMappings =
@@ -354,6 +356,7 @@ 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"]