diff options
| -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 08496e6b..158f724d 100644 --- a/background_scripts/commands.coffee +++ b/background_scripts/commands.coffee @@ -163,7 +163,7 @@ defaultKeyMappings =    "g0": "firstTab"    "g$": "lastTab" -  "w": "moveTabToNewWindow" +  "W": "moveTabToNewWindow"    "t": "createTab"    "yt": "duplicateTab"    "x": "removeTab" | 
