diff options
| author | Jez Ng | 2013-03-02 22:56:31 -0500 | 
|---|---|---|
| committer | Jez Ng | 2013-03-02 22:56:31 -0500 | 
| commit | ae3c85bc130ed9cc54d31a90794dae2779239b24 (patch) | |
| tree | c6bbb7b06e578f0c9b3fb036c33869b7e2c0f01d | |
| parent | dede759242850108d862ce09a1906ade1991870d (diff) | |
| download | vimium-ae3c85bc130ed9cc54d31a90794dae2779239b24.tar.bz2 | |
Map moveTabToNewWindow to `W`.
We should reserve easily-pressed keys for commonly-used actions.
| -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" | 
