aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Kovar2010-09-27 18:34:17 -0500
committerAlex Kovar2010-09-27 18:34:17 -0500
commit1681cf216f355bf3492946fc3b57c012b7143134 (patch)
tree33e141f562598a9691067d6a0886218e405f8ec8
parent1ac943ca7aa3f4bcb51f08f4475de1e0c8eaa458 (diff)
downloadvimium-1681cf216f355bf3492946fc3b57c012b7143134.tar.bz2
moved commands to navigation group
-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"]
};