diff options
| author | OBARA Kiyotake | 2013-07-10 22:30:52 +0900 | 
|---|---|---|
| committer | OBARA Kiyotake | 2013-07-10 22:30:52 +0900 | 
| commit | 43f5f489ace9acc52094eeba3cc6f80fb4ba3f7c (patch) | |
| tree | 19a98967c2768cd2aa52d337172bd163b7f44c88 | |
| parent | 4a9b6d83b02de356b498e2260be3601e943d538c (diff) | |
| download | vimium-43f5f489ace9acc52094eeba3cc6f80fb4ba3f7c.tar.bz2 | |
fixed Vimium Help
| -rw-r--r-- | background_scripts/commands.coffee | 2 | 
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"] | 
