diff options
| author | ilya | 2012-07-06 23:48:17 -0700 |
|---|---|---|
| committer | ilya | 2012-07-06 23:48:17 -0700 |
| commit | 680ca8fbd34a51f854302537c3b09ffd60edbe93 (patch) | |
| tree | e376e924c083ea5e2048311165cd8f748399a8e8 /background_scripts/commands.coffee | |
| parent | ed21d9b1abe42c1556f27390476302a1393dedb8 (diff) | |
| download | vimium-680ca8fbd34a51f854302537c3b09ffd60edbe93.tar.bz2 | |
Bookmarks mode in Vomnibar
Diffstat (limited to 'background_scripts/commands.coffee')
| -rw-r--r-- | background_scripts/commands.coffee | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/background_scripts/commands.coffee b/background_scripts/commands.coffee index f012890c..1180ef3f 100644 --- a/background_scripts/commands.coffee +++ b/background_scripts/commands.coffee @@ -92,6 +92,7 @@ Commands = "enterInsertMode", "focusInput", "LinkHints.activateMode", "LinkHints.activateModeToOpenInNewTab", "LinkHints.activateModeWithQueue", "Vomnibar.activate", "Vomnibar.activateWithCurrentUrl", "Vomnibar.activateTabSelection", + "Vomnibar.activateBookmarks", "goPrevious", "goNext", "nextFrame"] findCommands: ["enterFindMode", "performFind", "performBackwardsFind"] historyNavigation: @@ -168,6 +169,8 @@ defaultKeyMappings = "T": "Vomnibar.activateTabSelection" + "b": "Vomnibar.activateBookmarks" + "gf": "nextFrame" @@ -231,6 +234,7 @@ commandDescriptions = "Vomnibar.activate": ["Open URL, bookmark, or history entry"] "Vomnibar.activateWithCurrentUrl": ["Open URL, bookmark, history entry, starting with the current URL"] "Vomnibar.activateTabSelection": ["Search through your open tabs"] + "Vomnibar.activateBookmarks": ["Open a bookmark"] nextFrame: ["Cycle forward to the next frame on the page", { background: true, passCountToFunction: true }] |
