aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts/commands.coffee
diff options
context:
space:
mode:
authorPhil Crosby2013-07-10 15:31:32 -0700
committerPhil Crosby2013-07-10 15:31:32 -0700
commit9723d0eeeceaac3bd59643f8e48db809ac295691 (patch)
tree19a98967c2768cd2aa52d337172bd163b7f44c88 /background_scripts/commands.coffee
parent4a9b6d83b02de356b498e2260be3601e943d538c (diff)
parent43f5f489ace9acc52094eeba3cc6f80fb4ba3f7c (diff)
downloadvimium-9723d0eeeceaac3bd59643f8e48db809ac295691.tar.bz2
Merge pull request #878 from oooooooo/master
fixed Vimium Help
Diffstat (limited to 'background_scripts/commands.coffee')
-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"]