diff options
| author | Phil Crosby | 2012-05-05 20:02:30 -0700 |
|---|---|---|
| committer | Phil Crosby | 2012-05-05 20:05:40 -0700 |
| commit | 2f029682d0f466a9a18dbbd3b9921c9371078020 (patch) | |
| tree | 6283187975e8faed420db9df3eac139accf00929 /commands.js | |
| parent | 0429985db44dc5bd087c558c6c501c367f55f827 (diff) | |
| download | vimium-2f029682d0f466a9a18dbbd3b9921c9371078020.tar.bz2 | |
Fix a help dialog regression where vomnibar actions wouldn't get shown.
Diffstat (limited to 'commands.js')
| -rw-r--r-- | commands.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands.js b/commands.js index 9f8a4d92..02d0144c 100644 --- a/commands.js +++ b/commands.js @@ -232,7 +232,7 @@ var commandGroups = { "openCopiedUrlInCurrentTab", "openCopiedUrlInNewTab", "goUp", "enterInsertMode", "focusInput", "linkHints.activateMode", "linkHints.activateModeToOpenInNewTab", "linkHints.activateModeWithQueue", - "fuzzyMode.activateAll", "fuzzyMode.activateAllNewTab", "fuzzyMode.activateTabs", + "fuzzyMode.active", "fuzzyMode.activateWithCurrentUrl", "fuzzyMode.activateTabSelection", "goPrevious", "goNext", "nextFrame"], findCommands: ["enterFindMode", "performFind", "performBackwardsFind"], historyNavigation: |
