aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOBARA Kiyotake2013-07-10 22:30:52 +0900
committerOBARA Kiyotake2013-07-10 22:30:52 +0900
commit43f5f489ace9acc52094eeba3cc6f80fb4ba3f7c (patch)
tree19a98967c2768cd2aa52d337172bd163b7f44c88
parent4a9b6d83b02de356b498e2260be3601e943d538c (diff)
downloadvimium-43f5f489ace9acc52094eeba3cc6f80fb4ba3f7c.tar.bz2
fixed Vimium Help
-rw-r--r--background_scripts/commands.coffee2
1 files changed, 1 insertions, 1 deletions
diff --git a/background_scripts/commands.coffee b/background_scripts/commands.coffee
index cb69fa1e..ce159c71 100644
--- a/background_scripts/commands.coffee
+++ b/background_scripts/commands.coffee
@@ -100,7 +100,7 @@ Commands =
historyNavigation:
["goBack", "goForward"]
tabManipulation:
- ["nextTab", "previousTab", "firstTab", "lastTab", "createTab", "duplicateTab", "removeTab", "restoreTab"]
+ ["nextTab", "previousTab", "firstTab", "lastTab", "createTab", "duplicateTab", "removeTab", "restoreTab", "moveTabToNewWindow"]
misc:
["showHelp"]