aboutsummaryrefslogtreecommitdiffstats
path: root/commands.js
diff options
context:
space:
mode:
authorMurphy McMahon2011-07-15 14:34:55 -0300
committerMurphy McMahon2011-07-15 14:34:55 -0300
commitd66e1e85243ce5da548bf7027c96fa45cfb6f364 (patch)
tree4b0132b2bbf78fabac82372f5f0511e5a3673c0e /commands.js
parentca06fcd3f24f93fc849a448ead3f6c97825f715e (diff)
downloadvimium-d66e1e85243ce5da548bf7027c96fa45cfb6f364.tar.bz2
Changed keybinding to yf
Diffstat (limited to 'commands.js')
-rw-r--r--commands.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands.js b/commands.js
index 7005626b..4e7ebccb 100644
--- a/commands.js
+++ b/commands.js
@@ -129,7 +129,7 @@ function clearKeyMappingsAndSetDefaults() {
"]]": "goNext",
"yy": "copyCurrentUrl",
- "Y": "linkHints.activateModeToCopyLinkUrl",
+ "yf": "linkHints.activateModeToCopyLinkUrl",
"K": "nextTab",
"J": "previousTab",