diff options
| author | Murphy McMahon | 2011-07-15 14:34:55 -0300 |
|---|---|---|
| committer | Murphy McMahon | 2011-07-15 14:34:55 -0300 |
| commit | d66e1e85243ce5da548bf7027c96fa45cfb6f364 (patch) | |
| tree | 4b0132b2bbf78fabac82372f5f0511e5a3673c0e /commands.js | |
| parent | ca06fcd3f24f93fc849a448ead3f6c97825f715e (diff) | |
| download | vimium-d66e1e85243ce5da548bf7027c96fa45cfb6f364.tar.bz2 | |
Changed keybinding to yf
Diffstat (limited to 'commands.js')
| -rw-r--r-- | commands.js | 2 |
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", |
