aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts/commands.coffee
diff options
context:
space:
mode:
authorStephen Blott2016-03-01 13:31:51 +0000
committerStephen Blott2016-03-05 05:40:35 +0000
commit5db79c7e8ef05bea07d1e811de4c9a7755be85f2 (patch)
tree22bfc5c35b3361c4877750b56649bc441b66c21f /background_scripts/commands.coffee
parent91498d457f4398ab467fda4ec67b7444b1335cd3 (diff)
downloadvimium-5db79c7e8ef05bea07d1e811de4c9a7755be85f2.tar.bz2
Key bindings; and one more tiny tweak.
Diffstat (limited to 'background_scripts/commands.coffee')
-rw-r--r--background_scripts/commands.coffee1
1 files changed, 0 insertions, 1 deletions
diff --git a/background_scripts/commands.coffee b/background_scripts/commands.coffee
index 4dbcd1cd..08b8f449 100644
--- a/background_scripts/commands.coffee
+++ b/background_scripts/commands.coffee
@@ -380,7 +380,6 @@ commandDescriptions =
moveTabLeft: ["Move tab to the left", { background: true, passCountToFunction: true }]
moveTabRight: ["Move tab to the right", { background: true, passCountToFunction: true }]
- # These are background-page commands because all requests go via the background page.
"Vomnibar.activate": ["Open URL, bookmark, or history entry", { noRepeat: true }]
"Vomnibar.activateInNewTab": ["Open URL, bookmark, history entry, in a new tab", { noRepeat: true }]
"Vomnibar.activateTabSelection": ["Search through your open tabs", { noRepeat: true }]