aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--commands.js6
1 files changed, 4 insertions, 2 deletions
diff --git a/commands.js b/commands.js
index fb264510..0992900d 100644
--- a/commands.js
+++ b/commands.js
@@ -199,11 +199,13 @@ var commandGroups = {
"reload", "toggleViewSource", "zoomIn", "zoomOut", "copyCurrentUrl", "goUp",
"enterInsertMode", "focusInput",
"activateLinkHintsMode", "activateLinkHintsModeToOpenInNewTab", "activateLinkHintsModeWithQueue",
- "enterFindMode", "performFind", "performBackwardsFind", "nextFrame"],
+ "enterFindMode", "performFind", "performBackwardsFind", "nextFrame",
+ "activateBookmarkFindMode", "activateBookmarkFindModeToOpenInNewTab"
+ ],
historyNavigation:
["goBack", "goForward"],
tabManipulation:
["nextTab", "previousTab", "createTab", "removeTab", "restoreTab"],
misc:
- ["showHelp", "activateBookmarkFindMode", "activateBookmarkFindModeToOpenInNewTab"]
+ ["showHelp"]
};