From d66e1e85243ce5da548bf7027c96fa45cfb6f364 Mon Sep 17 00:00:00 2001 From: Murphy McMahon Date: Fri, 15 Jul 2011 14:34:55 -0300 Subject: Changed keybinding to yf --- README.markdown | 2 +- commands.js | 2 +- 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", -- cgit v1.2.3