diff options
| author | Phil Crosby | 2012-04-29 18:56:56 -0700 |
|---|---|---|
| committer | Phil Crosby | 2012-04-29 18:56:56 -0700 |
| commit | 567539b074e4517018b3f3e6bcd0c283f32bb891 (patch) | |
| tree | 29bb488bfc8fd4d3b8a4435855d4fda1f1a6a8cd /commands.js | |
| parent | b07b102f9d3fa5d96502e58ad3f919764ed2fc76 (diff) | |
| download | vimium-567539b074e4517018b3f3e6bcd0c283f32bb891.tar.bz2 | |
Remove the venerable bookmarks implementation which is now superceded by the vomnibar.
Diffstat (limited to 'commands.js')
| -rw-r--r-- | commands.js | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/commands.js b/commands.js index 727bf3c7..269deb14 100644 --- a/commands.js +++ b/commands.js @@ -141,9 +141,6 @@ function clearKeyMappingsAndSetDefaults() { "x": "removeTab", "X": "restoreTab", - "b": "activateBookmarkFindMode", - "B": "activateBookmarkFindModeToOpenInNewTab", - "o": "fuzzyMode.activateAll", "O": "fuzzyMode.activateAllNewTab", @@ -213,9 +210,6 @@ 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"], - '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)"], 'fuzzyMode.activateTabs': ["Go to a tab in this window (fuzzy)"], @@ -238,7 +232,6 @@ var commandGroups = { "openCopiedUrlInCurrentTab", "openCopiedUrlInNewTab", "goUp", "enterInsertMode", "focusInput", "linkHints.activateMode", "linkHints.activateModeToOpenInNewTab", "linkHints.activateModeWithQueue", - "activateBookmarkFindMode", "activateBookmarkFindModeToOpenInNewTab", "fuzzyMode.activateAll", "fuzzyMode.activateAllNewTab", "fuzzyMode.activateTabs", "goPrevious", "goNext", "nextFrame"], findCommands: ["enterFindMode", "performFind", "performBackwardsFind"], |
