Use `w' for copying URLs in shr and eww
[bpt/emacs.git] / lisp / net / shr.el
index 886308d..e1b1d4a 100644 (file)
@@ -144,7 +144,7 @@ cid: URL as the argument.")
     (define-key map [backtab] 'shr-previous-link)
     (define-key map [follow-link] 'mouse-face)
     (define-key map "I" 'shr-insert-image)
-    (define-key map "u" 'shr-copy-url)
+    (define-key map "w" 'shr-copy-url)
     (define-key map "v" 'shr-browse-url)
     (define-key map "o" 'shr-save-contents)
     (define-key map "\r" 'shr-browse-url)