aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts/commands.coffee
diff options
context:
space:
mode:
authorPhil Crosby2014-07-20 16:36:44 -0700
committerPhil Crosby2014-07-20 16:37:24 -0700
commit3a05a6c0375db6ef6021602f5fc2d97a63966c42 (patch)
treeb57a8a64c30cfd034e5783d8fdade7d2b617c5c7 /background_scripts/commands.coffee
parent3c635526d1c98dda4fe310e00b58528d36ad9d97 (diff)
downloadvimium-3a05a6c0375db6ef6021602f5fc2d97a63966c42.tar.bz2
Change the default key binding for pin to be <a-f>
See #926
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 50302cf7..376461ba 100644
--- a/background_scripts/commands.coffee
+++ b/background_scripts/commands.coffee
@@ -170,7 +170,7 @@ defaultKeyMappings =
"x": "removeTab"
"X": "restoreTab"
- ".": "togglePinTab"
+ "<a-p>": "togglePinTab"
"o": "Vomnibar.activate"
"O": "Vomnibar.activateInNewTab"