diff options
| -rw-r--r-- | background_scripts/commands.coffee | 3 |
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"] |
