aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Crosby2012-05-05 20:02:30 -0700
committerPhil Crosby2012-05-05 20:05:40 -0700
commit2f029682d0f466a9a18dbbd3b9921c9371078020 (patch)
tree6283187975e8faed420db9df3eac139accf00929
parent0429985db44dc5bd087c558c6c501c367f55f827 (diff)
downloadvimium-2f029682d0f466a9a18dbbd3b9921c9371078020.tar.bz2
Fix a help dialog regression where vomnibar actions wouldn't get shown.
-rw-r--r--commands.js2
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: