devdocs: bind C to devdocs-copy-url

This commit is contained in:
condy 2021-10-03 22:58:09 +08:00
parent 4ad1131fa1
commit bc5a02ed85
1 changed files with 5 additions and 2 deletions

View File

@ -53,8 +53,11 @@
"g." 'devdocs-goto-target
;; history
"L" 'devdocs-go-forward
"H" 'devdocs-go-back
(kbd "C-p") 'devdocs-go-back
(kbd "C-n") 'devdocs-go-forward
;; copy
"C" 'devdocs-copy-url
;; search
"s" 'devdocs-lookup))