aboutsummaryrefslogtreecommitdiffstats
path: root/commands.js
diff options
context:
space:
mode:
authorjez2011-02-01 02:03:12 +0800
committerjez2011-02-01 02:05:37 +0800
commitd31aa9fefc26f562f45043ad184846c469a580a9 (patch)
treeb8330f4dca6e0aa523c89847f0f7fe34611f0e15 /commands.js
parent7d07dbf78e044c1f717786ec8df1cb0febd9838e (diff)
downloadvimium-d31aa9fefc26f562f45043ad184846c469a580a9.tar.bz2
Tidy up merge
Diffstat (limited to 'commands.js')
-rw-r--r--commands.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/commands.js b/commands.js
index 7c0f4a9d..b5d0a359 100644
--- a/commands.js
+++ b/commands.js
@@ -146,6 +146,9 @@ function clearKeyMappingsAndSetDefaults() {
"x": "removeTab",
"X": "restoreTab",
+ "b": "activateBookmarkFindMode",
+ "B": "activateBookmarkFindModeToOpenInNewTab",
+
"gf": "nextFrame"
};
@@ -207,6 +210,9 @@ var commandDescriptions = {
removeTab: ["Close current tab", { background: true }],
restoreTab: ["Restore closed tab", { background: true }],
+ activateBookmarkFindMode: ["Open a bookmark in the current tab"],
+ activateBookmarkFindModeToOpenInNewTab: ["Open a bookmark in a new tab"],
+
nextFrame: ["Cycle forward to the next frame on the page", { background: true }]
};