diff options
| -rw-r--r-- | README.markdown | 2 | ||||
| -rw-r--r-- | 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", |
