From 0474ca38ce8e687422c82303a2b3a24c0b638098 Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Mon, 12 Dec 2016 10:27:07 +0000 Subject: Remove references to enterNormalMode command. --- background_scripts/commands.coffee | 3 --- 1 file changed, 3 deletions(-) (limited to 'background_scripts') 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"] -- cgit v1.2.3