diff options
| -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:  | 
