aboutsummaryrefslogtreecommitdiffstats
path: root/commands.js
diff options
context:
space:
mode:
authorNiklas Baumstark2012-01-23 12:42:04 +0100
committerNiklas Baumstark2012-04-10 23:54:37 +0200
commit9890e1700f1348ac6284f185e296b8e4402ffa51 (patch)
tree97661ee6711422c59b806d2d2ac1438387568601 /commands.js
parent9c3ea936687fa08161fa9f57d90233cb3796ff0d (diff)
downloadvimium-9890e1700f1348ac6284f185e296b8e4402ffa51.tar.bz2
restructure fuzzy mode flow
Diffstat (limited to 'commands.js')
-rw-r--r--commands.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/commands.js b/commands.js
index 1c19e26a..2cfd5cfa 100644
--- a/commands.js
+++ b/commands.js
@@ -144,8 +144,8 @@ function clearKeyMappingsAndSetDefaults() {
"b": "activateBookmarkFindMode",
"B": "activateBookmarkFindModeToOpenInNewTab",
- "o": "fuzzyMode.activate",
- "O": "fuzzyMode.activateNewTab",
+ "o": "fuzzyMode.activateAll",
+ "O": "fuzzyMode.activateAllNewTab",
"gf": "nextFrame",
};
@@ -214,8 +214,8 @@ var commandDescriptions = {
activateBookmarkFindMode: ["Open a bookmark in the current tab"],
activateBookmarkFindModeToOpenInNewTab: ["Open a bookmark in a new tab"],
- 'fuzzyMode.activate': ["Open URL, bookmark, history entry or a custom search (fuzzy)"],
- 'fuzzyMode.activateNewTab': ["Open URL, bookmark, history entry or a custom search (fuzzy, new tab)"],
+ 'fuzzyMode.activateAll': ["Open URL, bookmark, history entry or a custom search (fuzzy)"],
+ 'fuzzyMode.activateAllNewTab': ["Open URL, bookmark, history entry or a custom search (fuzzy, new tab)"],
nextFrame: ["Cycle forward to the next frame on the page", { background: true, passCountToFunction: true }]
};
@@ -236,7 +236,7 @@ var commandGroups = {
"enterInsertMode", "focusInput",
"linkHints.activateMode", "linkHints.activateModeToOpenInNewTab", "linkHints.activateModeWithQueue",
"activateBookmarkFindMode", "activateBookmarkFindModeToOpenInNewTab",
- "fuzzyMode.activate", "fuzzyMode.activateNewTab",
+ "fuzzyMode.activateAll", "fuzzyMode.activateAllNewTab",
"goPrevious", "goNext", "nextFrame"],
findCommands: ["enterFindMode", "performFind", "performBackwardsFind"],
historyNavigation: