aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMurphy McMahon2011-07-15 14:34:55 -0300
committerMurphy McMahon2011-07-15 14:34:55 -0300
commitd66e1e85243ce5da548bf7027c96fa45cfb6f364 (patch)
tree4b0132b2bbf78fabac82372f5f0511e5a3673c0e
parentca06fcd3f24f93fc849a448ead3f6c97825f715e (diff)
downloadvimium-d66e1e85243ce5da548bf7027c96fa45cfb6f364.tar.bz2
Changed keybinding to yf
-rw-r--r--README.markdown2
-rw-r--r--commands.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.markdown b/README.markdown
index 97e66b16..124ccaad 100644
--- a/README.markdown
+++ b/README.markdown
@@ -44,7 +44,7 @@ Navigating the current page:
zo zoom out
i enter insert mode -- all commands will be ignored until you hit esc to exit
yy copy the current url to the clipboard
- Y copy a link url to the clipboard
+ yf copy a link url to the clipboard
gf cycle forward to the next frame
Using find:
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",