aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts/commands.coffee
diff options
context:
space:
mode:
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 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"