aboutsummaryrefslogtreecommitdiffstats
path: root/background_page.html
diff options
context:
space:
mode:
authorilya2010-01-06 21:44:27 -0800
committerilya2010-01-06 21:44:27 -0800
commit293418c6d5a418d56a1141cd30d03cb1fe2713a8 (patch)
tree647394b97cd9ae5f0551de686a6b3a7494530cd9 /background_page.html
parent8334a4d713206321d90fc076bb5d8929b09f7756 (diff)
downloadvimium-293418c6d5a418d56a1141cd30d03cb1fe2713a8.tar.bz2
'yy' instead of 'y' for the copy url to clipboard command.
Diffstat (limited to 'background_page.html')
-rw-r--r--background_page.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/background_page.html b/background_page.html
index 1c514ed5..26941cc8 100644
--- a/background_page.html
+++ b/background_page.html
@@ -247,7 +247,7 @@
keyToCommandRegistry['n'] = 'performFind';
keyToCommandRegistry['N'] = 'performBackwardsFind';
- keyToCommandRegistry['y'] = 'copyCurrentUrl';
+ keyToCommandRegistry['yy'] = 'copyCurrentUrl';
keyToCommandRegistry['J'] = nextTab;
keyToCommandRegistry['K'] = previousTab;